BlockedTimePresets
Get a blocked-time preset
Returns a single BlockedTimePreset by ID. Useful when editing the preset or copying its values into a one-off BlockedTime.
Requires the RESERVATIONS_VIEW permission on the preset's site.
get/shop/blocked-time-presets/{blockedTimePresetId}
Response
A single BlockedTimePreset.
Example response
{
"data": {
"id": "65f1234567890abcdef12345",
"name": "Lunch break",
"duration": 30,
"type": "break",
"label": "Lunch",
"color": "#ff8800"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.