This endpoint serves the purpose of checking if shift is full for an event based on unique event ID and shift ID.
cURL
curl --request GET \ --url https://api.roostedhr.com/api/1_12/events/{id}/shifts/{shift_id}/is-full \ --header 'X-API-KEY: <api-key>'
true
Event ID
Shift ID
OK
The response is of type boolean.
boolean