Skip to main content
GET
List Shift Assignments

Authorizations

Authorization
string
header
required

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

Query Parameters

from
string<date>

Filter by date greater than or equal (Y-m-d)

Example:

"2026-02-01"

to
string<date>

Filter by date less than or equal (Y-m-d)

Example:

"2026-02-28"

employeeId[in]
string

Filter by employee IDs (comma-separated UUIDs)

plannerId[in]
string

Filter by planner IDs (comma-separated UUIDs)

page
integer
default:1

Request a specific page

limit
integer
default:20

Items per page

Response

200 - application/json

Array of Objects

data
object[]
meta
object