BlockedTimes
Get a blocked time
Returns a single BlockedTime by ID. Useful when reopening the calendar tile to edit it, or to verify a record was created with the expected resource targets.
Requires the RESERVATIONS_VIEW permission on the blocked time's site.
get/shop/blocked-times/{blockedTimeId}
Response
A single BlockedTime.
Example response
{
"data": {
"id": "65f1234567890abcdef12345",
"start_time": "2026-06-01T09:00:00+01:00",
"end_time": "2026-06-01T09:30:00+01:00",
"type": "cleaning",
"label": "Deep clean",
"notes": "Used the extra steamer",
"color": "#ff8800"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.