Reservation Resource Exceptions API
Per-date exceptions for a resource (or organization-wide when resource_id is null in list queries): blocked days or special_hours. Matches the Exceptions dialog in Reservation settings.
Base endpoint: /reservation-resource-exceptions
Exception object
json
exception_type
| Value | Description |
|---|---|
blocked | Resource unavailable for the full day; start_time and end_time should be null. |
special_hours | Only available (or only open) between start_time and end_time on that date. |
date
YYYY-MM-DD calendar date.
is_recurring_yearly
When true, the exception repeats every year on that month/day.
Organization-wide exceptions
The settings UI can list rows with resource_id: null alongside resource-specific rows (query with $or as in List).
Report an issue with this documentation
Please log in to report issues with our documentation.