get https://api.7shifts.com/v2/company//shifts_scheduled/
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"
}