Retrieve a list of shifts for a location

Retrieve a list of shifts for a location

Securityapi_key or session_token
Request
query Parameters
locationId
required
string (HashedId) <= 128 characters /^\w+$/
Responses
200

A shift list response

401

API key is missing or invalid

403

Request is completely forbidden. API not provided or method and or endpoint not supported

404

404 Not found

429

429 too many requests response

500

Service Error

default

unexpected error response

get/shift/list
Request samples
Response samples
application/json
{
  • "code": "Success",
  • "message": "string",
  • "shift_list": [
    ]
}
Copyright © RoadSync 2023. All right reserved.