Skip to main content
GET
List shifts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

include
enum<string>

comma separated if needed. eg: shift_override,user. Note: user is deprecated, use assignee instead.

Available options:
shift_override,
user,
assignee,
shift_shadow
from
string

Start range for shifts in ISO-8601 format. When omitted with to, defaults to to for a point-in-time lookup; when both bounds are omitted, defaults to the current time through one month ahead.

to
string

End range for shifts in ISO-8601 format. When omitted with from, defaults to from; when both bounds are omitted, defaults to the current time through one month ahead.

user_ids[]
integer[]
schedule_ids[]
string[]
page[number]
integer

Page number (defaults to 1)

page[size]
integer

Number of shifts per page (defaults to 50, max 1000)

Response

success

data
object[]
required
meta
object
included
object[]