# Scheduling

List scheduled shifts and the audit trail of schedule mutations
(creations, modifications, deletions). The mutation feed is a
legacy v0 endpoint kept for existing Business Intelligence
consumers, there is no v3 equivalent yet.


## List scheduled shifts

 - [GET /api/business/v3/scheduled](https://beta-developer.dyflexis.com/openapi/scheduling/listscheduledshifts.md): Requires scope: business.

Returns a list of available shifts

## Schedule mutations

 - [GET /api/v0/mutation](https://beta-developer.dyflexis.com/openapi/scheduling/listschedulemutations.md): Authentication: legacy X-Dyflexis-AuthToken header (see the Legacy v0 token security scheme), not Authorization.

> Legacy, Kept for existing Business Intelligence consumers. Avoid for new integrations; there is no v3 equivalent yet.

Returns a list of changes in the schedule for the specified period, limits to 500 a page.

