get https://api.7shifts.com/v2/company//events
Sample Response
{
"data": [
{
"id": 96325,
"location_ids": [
9876
],
"color": "4896ec",
"start_date": "2022-07-06",
"start_time": "18:00:00",
"end_time": "19:00:00",
"end_date": "2022-07-06",
"title": "Test Event",
"description": "",
"is_multi_day": false,
"event_type": "general",
"recurrence": null
},
{
"id": 96326,
"location_ids": [
9876
],
"color": "ED6337",
"start_date": "2022-07-07",
"start_time": "12:00:00",
"end_time": "12:05:00",
"end_date": "2022-07-07",
"title": "Test Event 2",
"description": "",
"is_multi_day": false,
"event_type": "general",
"recurrence": "DTSTART:20220707T120000Z\nRRULE:FREQ=DAILY"
}
]
}