Shifts

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
beforestringOptional

Shift cursor to fetch results before

Example: a3c2a57e-2797-4159-8700-8ad55bf8150e
lastnumberOptional

The amount of results to fetch before the 'before' cursor

Example: 10
afterstringOptional

Shift cursor to fetch results after

Example: a3c2a57e-2797-4159-8700-8ad55bf8150e
firstnumberOptional

The amount of results to fetch after the 'after' cursor

Example: 10
statusstring · enumOptional

Shift status

Example: scheduledPossible values:
endDatestring · date-timeOptional

ISO8601 compatible datetime string to filter on shift until a given date

Example: 2017-07-21T17:32:28Z
startDatestring · date-timeOptional

ISO8601 compatible datetime string to filter on shift from a given date

Example: 2017-07-21T17:32:28Z
updatedAfterstring · date-timeOptional

ISO8601 compatible datetime string

Example: 2017-07-21T17:32:28Z
Responses
200Success
application/json
get
/api/v1/shifts

Last updated

Was this helpful?