{
"data": {
"events": [
{
"id": "event-uuid",
"type": "booking",
"timeslot_id": "9a93435a-86b2-449f-85ef-d47d477b9abe",
"title": "Session 1",
"start_date": "2026-04-15T10:00:00Z",
"end_date": "2026-04-15T11:00:00Z",
"resource_id": "res-uuid",
"resource_name": "Meeting Room A",
"resource_info": [
{
"id": 15,
"name": "Projector",
"slug": "projector",
"category_name": "Equipment"
}
],
"quota": 1,
"occupancy": 1.0,
"is_available": false,
"is_blocker": false,
"display_label": "Jane Doe - Workshop",
"customers": [
{ "id": "cust-1", "first_name": "Jane", "last_name": "Doe" }
],
"bookings": [
{ "id": "book-uuid", "status": "accepted" }
],
"color_map": { "bg": "#3b82f6", "text": "#ffffff" }
},
{
"id": "period-uuid",
"type": "period_fragment",
"start_date": "2026-04-15T11:00:00Z",
"end_date": "2026-04-15T18:00:00Z",
"resource_id": "res-uuid",
"is_available": true,
"quota": 1,
"occupancy": 0.0
}
],
"resources_with_schedule": ["res-uuid"]
}
}