BookingAvailabilityExceptions
Search BookingAvailabilityExceptions
Search and list BookingAvailabilityException records with filtering, sorting, and pagination.
GET
Search BookingAvailabilityExceptions
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-List role.Query Parameters
Pagination & Sorting
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g.
Name, CreatedOn).Sort direction.
0 for ascending, 1 for descending.Filters
Filter by Business Id.
Filter by name of the location.
Filter by start date/time of the blocked period.
Filter by end date/time of the blocked period.
Filter by message shown to users who attempt to book a blocked resource.
Filter by whether this exception is currently enforced.
Filter by whether this exception recurs annually on the same dates.
Filter by comma-separated IDs of blocked resources.
Filter by names of the blocked resources.
Range Filters
Filter by start date/time of the blocked period greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by start date/time of the blocked period less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by end date/time of the blocked period greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by end date/time of the blocked period less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by Message
Range filters
Response
200
The list of BookingAvailabilityException records matching the query. See the Get one BookingAvailabilityException endpoint for the full list of properties returned for each record.
Current page number.
Number of records per page.
The field used for sorting.
The sort direction (
0 = ascending, 1 = descending).Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Total number of pages.
Whether there is a next page of results.
Whether there is a previous page of results.
Example Response
Search BookingAvailabilityExceptions