This endpoint serves the purpose of fetching details for the shift of the 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} \ --header 'X-API-KEY: <api-key>'
{ "id": "<string>", "event_id": "<string>", "custom_name": "<string>", "start_time": "<string>", "end_time": "<string>", "skillsets": [ { "id": 123, "name": "<string>" } ], "quantity": 123, "filled": 123, "alternate_quantity": 123, "alternate_filled": 123, "comments": "<string>" }
Event ID
Shift ID
OK
Show child attributes