Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/v1/scheduling/shifts
{ "schedules": [ { "date": "<string>", "shifts": [ { "id": 123, "employee_name": "<string>", "employee_id": 123, "date": "<string>", "start_time": "<string>", "end_time": "<string>", "hours": 123, "area": "<string>", "role": "<string>", "published": true, "open": true } ] } ], "deputy_configured": true }
Get scheduled shifts for the specified number of days from Deputy.
Number of days to fetch
1 <= x <= 90
7
Shifts data
Get shifts response
Show child attributes
true