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 endpointcheck_clashes=false
is present as a query parameter.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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
Successful Operation
The response is of type object
.