get https://api.7shifts.com/v2/company//shifts/
Sample Response
{
"data": {
"id": 12345677,
"location_id": 9876,
"user_id": 112233,
"department_id": 4567,
"role_id": 4320,
"station_id": 0,
"station_name": "",
"start": "2022-07-06T17:00:00-06:00",
"end": "2022-07-06T23:00:00-06:00",
"business_decline": false,
"close": false,
"publish_status": "published",
"open": false,
"notes": "",
"attendance_status": "none"
},
"object": "shift"
}