Requires scope: business.
Returns a list of available shifts
Security
apiKey(Required scopes: business)
- Mock serverhttps://beta-developer.dyflexis.com/_mock/openapi/api/business/v3/scheduled
- Productionhttps://app.dyflexis.com/your-tenant/api/business/v3/scheduled
curl -i -X GET \
'https://beta-developer.dyflexis.com/_mock/openapi/api/business/v3/scheduled?startDate=2026-12-31&endDate=2026-12-31&departmentId=3&departmentGroupId=2&officeId=1&includeOpenShifts=true&page=1' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "_links": { "self": { … }, "next": { … }, "prev": { … }, "first": { … }, "last": { … } }, "shifts": [ { … } ], "pageCount": 100 }