List Scheduled Shifts

Minimum Plan Required: The Works

Sample Response

{
    "data": [
        {
            "id": 543459827,
            "location_id": 4569,
            "user_id": 555,
            "department_id": 7890,
            "role_id": 2583,
            "station_id": 1,
            "company_id": 1234,
            "station_name": "",
            "start": "2023-01-18T16:30:00-06:00",
            "end": "2023-01-19T00: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!