Skip to main content
GET
List all shifts

Authorizations

X-Access-Client-Id
string
header
required

Client ID

X-Access-Secret
string
header
required

Client Access Key

Path Parameters

Link ID

Query Parameters

start_date_from
string

Filter start_date greater than or equal (ISO-8601)

Example:

"2022-06-01T00:00:00.000Z"

start_date_to
string

Filter start_date less than or equal (ISO-8601)

Example:

"2022-06-01T00:00:00.000Z"

page
integer
default:1

Page number from the shift list

page_size
integer

Number of results to return per page.

Response

Shift List

count
integer
required

Number of the results in total

Example:

100

next
string | null
required

Link to the next page

Example:

"https://prod.truv.com/v1/link/0000000000/shifts?page=1"

previous
string | null
required

Link to the previous page

Example:

"https://prod.truv.com/v1/link/0000000000/shifts?page=1"

results
Shift · object[]
required

List of the Shifts