Booking
Get Booking Clashes
A booking clash is when one or more bookings overlap in time and (optionally) resources, which would create a double booking or scheduling conflict.
READ
access to the SCHEDULE
module is required to access this endpointIf you are creating a booking and want to be sure there won’t be a collision, you don’t need to call this endpoint first.
New and updated bookings are automatically checked for clashes, unless the
New and updated bookings are automatically checked for clashes, unless the
check_clashes=false
is present as a query parameter.GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of a booking to exclude from the clash check
Specify one or more resource ids and return only the booking clashes with these resources
Return any bookings starting after the given UNIX timestamp
Return any bookings starting before the given UNIX timestamp
Specify the page of results you wish to return
The number of results returned per page. Default if not specified is 10