Skip to main content
GET
List Company Shifts

Authorizations

Authorization
string
header
required

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

Query Parameters

name
string

Filter by name (contains)

archived
boolean

Filter by archived status

isCustom
boolean

Filter by custom shift

isOnCall
boolean

Filter by on-call shift

page
integer
default:1

Request a specific page

limit
integer
default:50

Items per page

Response

200 - application/json

Array of Objects

data
object[]
meta
object