These docs are for v2.2022.0501. Click to read the latest docs for v2.2023.0501.

List Scheduled Shifts

Sample Response

{
    "data": [
        {
            "id": 147852,
            "location_id": 9876,
            "user_id": 112233,
            "department_id": 4567,
            "role_id": 4320,
            "station_id": 0,
            "station_name": "",
            "start": "2022-07-08T17:00:00-06:00",
            "end": "2022-07-09T00:00:00-06:00",
            "business_decline": false,
            "close": true,
            "publish_status": "published",
            "open": false,
            "notes": "",
            "attendance_status": "none"
        }
    ],
    "object": "scheduled_shift"
}
Language
Authorization
Click Try It! to start a request and see the response here!