{
"id": "<string>",
"type": "timeslots",
"attributes": {
"title": "<string>",
"title_i18n": {},
"description": "<string>",
"description_i18n": {},
"start_date": "2023-11-07T05:31:56Z",
"end_date": "2023-11-07T05:31:56Z",
"timezone": "<string>",
"quota": 123,
"resource_info": [
{
"id": 123,
"name": "<string>",
"slug": "<string>",
"category_icon": "<string>",
"category_name": "<string>",
"category_slug": "<string>",
"cover_image_url": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z",
"canceled_at": "2023-11-07T05:31:56Z",
"min_bookings_count": 123,
"cancellation_offset_type": "<string>",
"cancellation_offset_value": 123,
"dynamic_capacity": true,
"base_quota": 123,
"max_dynamic_quota": 123
},
"links": {
"self": "<string>"
},
"relationships": {
"resource": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"service": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"series": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
},
"cover_image": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"resource_allocations": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
},
"model_syncs": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
}
},
"meta": {
"provisioned_quota": 123,
"active_booking_count": 123,
"pending_booking_count": 123,
"total_booking_count": 123,
"available_provisioned_slots": 123,
"pending_capacity": 123,
"protected": [
"<string>"
]
}
}Scalar reference catalog
Timeslot
A fixed date-time slot attached to a resource or service. Timeslots can stand alone, belong to one or more timeslot series, and optionally use dynamic capacity driven by provisioned resource allocations.