BookingAvailabilityExceptions
Get one BookingAvailabilityException
Retrieve a single BookingAvailabilityException record by its Id.
GET
Get one BookingAvailabilityException
A BookingAvailabilityException blocks one or moreDocumentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
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
The Id of the BookingAvailabilityException record to retrieve.
Code Examples
Response
200
Business Id.
Name of the location.
Resources.
Start date/time of the blocked period.
End date/time of the blocked period.
Message shown to users who attempt to book a blocked resource.
Whether this exception is currently enforced.
Whether this exception recurs annually on the same dates.
Comma-separated IDs of blocked resources.
Names of the blocked resources.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one BookingAvailabilityException