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.
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
}