BookingAvailabilityExceptions
Get one BookingAvailabilityException
Retrieve a single BookingAvailabilityException record by its Id.
GET
Get one BookingAvailabilityException
A BookingAvailabilityException blocks one or more
Resources from being booked during a specific date/time window. When a user tries to book a blocked resource, they see the configured Message instead of available time slots.
Use exceptions for holidays, maintenance periods, or any other reason a resource should be temporarily unavailable. Set EveryYear to true for recurring annual closures (e.g. public holidays).
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the BookingAvailabilityException-Read role.Path Parameters
integer
required
The Id of the BookingAvailabilityException record to retrieve.
Code Examples
Response
200
integer
ID of the business linked to this record.
string
Name of the location.
integer[]
List of resources linked to this record.
string
Start date/time of the blocked period.
string
End date/time of the blocked period.
string
Message shown to users who attempt to book a blocked resource.
boolean
Whether this exception is currently enforced.
boolean
Whether this exception recurs annually on the same dates.
string
Comma-separated IDs of blocked resources.
string
Names of the blocked resources.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one BookingAvailabilityException