get https://api.7shifts.com/v2/company//shifts
Minimum Plan Required: The Works
Sample Response
{
"data": [
{
"id": 435688597,
"user_id": 555,
"department_id": 7890,
"location_id": 4569,
"company_id": 1234,
"role_id": 2583,
"station": 1,
"station_name": "Back Bar",
"station_id": 663957,
"start": "2022-07-06T23:00:00Z",
"end": "2022-07-07T05:00:00Z",
"close": false,
"business_decline": false,
"hourly_wage": 1500,
"notes": "",
"draft": false,
"notified": false,
"open": false,
"unassigned": false,
"unassigned_skill_level": 0,
"open_offer_type": "all_location_members",
"publish_status": "published",
"attendance_status": "none",
"late_minutes": 0,
"created": "2022-07-06T14:11:19Z",
"modified": "2022-07-08T00:44:06Z",
"soft_deleted": null,
"deleted": false,
"breaks": []
},
{
"id": 436920224,
"user_id": 555,
"department_id": 7890,
"location_id": 4569,
"company_id": 1234,
"role_id": 1013817,
"station": 0,
"station_name": "Back Bar",
"station_id": 663957,
"start": "2022-07-06T23:00:00Z",
"end": "2022-07-07T05:00:00Z",
"close": false,
"business_decline": false,
"hourly_wage": 1800,
"notes": "",
"draft": false,
"notified": false,
"open": false,
"unassigned": false,
"unassigned_skill_level": 0,
"open_offer_type": "all_location_members",
"publish_status": "published",
"attendance_status": "none",
"late_minutes": 0,
"created": "2022-07-08T00:27:52Z",
"modified": "2022-07-08T00:44:06Z",
"soft_deleted": null,
"deleted": false,
"breaks": []
}
],
"meta": {
"cursor": {
"current": null,
"prev": null,
"next": "eyJpZCI6NDM2OTIwMjI0LCJuZXh0Ijp0cnVlfQ==",
"count": 2
}
},
"object": "shifts"
}