curl --request GET \
--url http://localhost:3000/v1/scanner/scheduling{
"schedules": [
{
"date": "<string>",
"shifts": [
{
"id": 123,
"employeeName": "<string>",
"employeeId": 123,
"date": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"hours": 123,
"area": "<string>",
"role": "<string>",
"published": true,
"open": true
}
]
}
],
"deputy_configured": true,
"message": "<string>",
"error": "<string>"
}Returns schedules from Deputy for the specified number of days.
curl --request GET \
--url http://localhost:3000/v1/scanner/scheduling{
"schedules": [
{
"date": "<string>",
"shifts": [
{
"id": 123,
"employeeName": "<string>",
"employeeId": 123,
"date": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"hours": 123,
"area": "<string>",
"role": "<string>",
"published": true,
"open": true
}
]
}
],
"deputy_configured": true,
"message": "<string>",
"error": "<string>"
}