CancelledBookings
Search CancelledBookings
Search and list CancelledBooking records with filtering, sorting, and pagination.
GET
Search CancelledBookings
A CancelledBooking is a read-only snapshot of a booking that was removed from the calendar. When a booking is cancelled, the system preserves its details — resource, coworker, time range, price, and cancellation metadata — so they remain available for reporting and auditing.
Cancelled bookings cannot be created or modified through the API; they are generated automatically when an active
Booking is cancelled. Use list and get to query cancellation history.
The CancellationReason field indicates why the booking was removed. Possible reasons include the customer no longer needing the booking, cost concerns, rebooking for a different time, failure to pay upfront, automated cancellation due to not checking in, and others.
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 CancelledBooking-List role.Enums
eBookingCancellationReason
eBookingCancellationReason
| Value | Name |
|---|---|
| 0 | Unknown |
| 1 | NoLongerNeeded |
| 2 | TooExpensive |
| 3 | BadPreviousExperience |
| 4 | RebookedForADifferentTime |
| 5 | FailedToPayUpfront |
| 6 | Integration |
| 7 | Other |
| 8 | NotCheckedIn |
| 9 | MarketPlace |
eBookingRepeatCycle — Repeats values
eBookingRepeatCycle — Repeats values
| Value | Name |
|---|---|
| 1 | Daily |
| 2 | Weekly |
| 3 | Monthly |
| 4 | Yearly |
| 5 | FirstOfMonth |
| 6 | SecondOfMonth |
| 7 | ThirdOfMonth |
| 8 | LastOfMonth |
| 9 | FourthOfMonth |
eRepeatedBookingUpdateAction — WhichBookingsToUpdate values
eRepeatedBookingUpdateAction — WhichBookingsToUpdate values
| Value | Name |
|---|---|
| 1 | UpdateThisBookingOnly |
| 2 | UpdateFutureBookingsOnly |
| 3 | UpdateAllBookings |
| 4 | UpdateNotChargedBookings |
| 5 | DeleteAllBookings |
| 6 | DeleteBookingsAfterThis |
| 7 | DeleteNotChargedBookings |
| 8 | RevertAllCharges |
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 iD of the resource linked to this record.
Filter by resource name.
Filter by the resource allocation value for this cancelled booking.
Filter by whether resource hide in calendar is enabled.
Filter by the resource no return policy value for this cancelled booking.
Filter by the resource no return policy all resources value for this cancelled booking.
Filter by the resource no return policy all users value for this cancelled booking.
Filter by iD of the resource resource type associated with this record.
Filter by display name of the linked resource resource type (read-only).
Filter by iD of the floor plan desk linked to this record.
Filter by display name of the linked floor plan desk (read-only).
Filter by iD of the coworker linked to this record.
Filter by the coworker coworker type value for this cancelled booking.
Filter by coworker full name.
Filter by coworker billing name.
Filter by coworker company name.
Filter by the coworker team names value for this cancelled booking.
Filter by iD of the extra service linked to this record.
Filter by extra service name.
Filter by booking start time.
Filter by booking end time.
Filter by optional notes or comments about this cancelled booking.
Filter by the internal notes value for this cancelled booking.
Filter by whether charge now is enabled.
Filter by whether invoice now is enabled.
Filter by whether invoice this coworker is enabled.
Filter by whether do not use booking credit is enabled.
Filter by the purchase order value for this cancelled booking.
Filter by the discount code value for this cancelled booking.
Filter by date/time value for last notification time.
Filter by iD of the google calendar associated with this record.
Filter by iD of the google event associated with this record.
Filter by iD of the office365 event associated with this record.
Filter by iD of the public google event associated with this record.
Filter by tentative booking. Must be approved by an administrator before confirmed or charged. Tentative bookings still block the calendar.
Filter by whether online is enabled.
Filter by the teams at the time of booking value for this cancelled booking.
Filter by the tariff at the time of booking value for this cancelled booking.
Filter by iD of the repeat series unique associated with this record.
Filter by whether repeat booking is enabled.
Filter by the repeats value for this cancelled booking.
Filter by date/time value for which bookings to update.
Filter by the repeat every value for this cancelled booking.
Filter by date/time value for repeat until.
Filter by whether repeat on mondays is enabled.
Filter by whether repeat on tuesdays is enabled.
Filter by whether repeat on wednesdays is enabled.
Filter by whether repeat on thursdays is enabled.
Filter by whether repeat on fridays is enabled.
Filter by whether repeat on saturdays is enabled.
Filter by whether repeat on sundays is enabled.
Filter by whether reminded is enabled.
Filter by whether mrm reminded is enabled.
Filter by the override price value for this cancelled booking.
Filter by whether the booking had been charged. When true, a charge (CoworkerExtraService) had been posted to the customer account.
Filter by date/time value for invoice date.
Filter by the booking number value for this cancelled booking.
Filter by iD of the kisi key associated with this record.
Filter by iD of the start scheduled job associated with this record.
Filter by iD of the end scheduled job associated with this record.
Filter by whether billed is enabled.
Filter by date/time value for from time local.
Filter by date/time value for to time local.
Filter by date/time value for invoice date local.
Filter by iD of the coworker invoice associated with this record.
Filter by the coworker invoice number value for this cancelled booking.
Filter by whether coworker invoice paid is enabled.
Filter by whether coworker invoice draft is enabled.
Filter by whether coworker invoice void is enabled.
Filter by whether coworker invoice credit note is enabled.
Filter by the coworker extra service ids value for this cancelled booking.
Filter by the coworker extra service price value for this cancelled booking.
Filter by the coworker extra service currency code value for this cancelled booking.
Filter by the coworker extra service charge period value for this cancelled booking.
Filter by the coworker extra service total uses value for this cancelled booking.
Filter by whether include zoom invite is enabled.
Filter by the zoom event data value for this cancelled booking.
Filter by date/time value for checked in at.
Filter by whether cancel if not paid is enabled.
Filter by whether cancel if not checked in is enabled.
Filter by the max occupancy value for this cancelled booking.
Filter by the last minute price adjustment value for this cancelled booking.
Filter by the dynamic price adjustment value for this cancelled booking.
Filter by the price factor last minute value for this cancelled booking.
Filter by the price factor demand value for this cancelled booking.
Filter by iD of the office365 admin event associated with this record.
Filter by reason the booking was cancelled, e.g. NoLongerNeeded, TooExpensive, or NotCheckedIn.
Filter by date and time when the booking was cancelled.
Filter by name or identifier of the user who cancelled the booking.
Filter by additional free-text details explaining the cancellation reason.
Filter by booking price.
Filter by iD of the original booking associated with this record.
Range Filters
Filter by the resource allocation value for this cancelled booking greater than or equal to this value.
Filter by the resource allocation value for this cancelled booking less than or equal to this value.
Filter by the resource no return policy value for this cancelled booking greater than or equal to this value.
Filter by the resource no return policy value for this cancelled booking less than or equal to this value.
Filter by the resource no return policy all resources value for this cancelled booking greater than or equal to this value.
Filter by the resource no return policy all resources value for this cancelled booking less than or equal to this value.
Filter by the resource no return policy all users value for this cancelled booking greater than or equal to this value.
Filter by the resource no return policy all users value for this cancelled booking less than or equal to this value.
Filter by iD of the resource resource type associated with this record greater than or equal to this value.
Filter by iD of the resource resource type associated with this record less than or equal to this value.
Filter by booking start time greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by booking start time less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by booking end time greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by booking end time less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for last notification time greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for last notification time less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by the repeat every value for this cancelled booking greater than or equal to this value.
Filter by the repeat every value for this cancelled booking less than or equal to this value.
Filter by date/time value for repeat until greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for repeat until less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by the override price value for this cancelled booking greater than or equal to this value.
Filter by the override price value for this cancelled booking less than or equal to this value.
Filter by date/time value for invoice date greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for invoice date less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by the booking number value for this cancelled booking greater than or equal to this value.
Filter by the booking number value for this cancelled booking less than or equal to this value.
Filter by iD of the kisi key associated with this record greater than or equal to this value.
Filter by iD of the kisi key associated with this record less than or equal to this value.
Filter by date/time value for from time local greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for from time local less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for to time local greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for to time local less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for invoice date local greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for invoice date local less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by iD of the coworker invoice associated with this record greater than or equal to this value.
Filter by iD of the coworker invoice associated with this record less than or equal to this value.
Filter by the coworker extra service price value for this cancelled booking greater than or equal to this value.
Filter by the coworker extra service price value for this cancelled booking less than or equal to this value.
Filter by the coworker extra service charge period value for this cancelled booking greater than or equal to this value.
Filter by the coworker extra service charge period value for this cancelled booking less than or equal to this value.
Filter by the coworker extra service total uses value for this cancelled booking greater than or equal to this value.
Filter by the coworker extra service total uses value for this cancelled booking less than or equal to this value.
Filter by date/time value for checked in at greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for checked in at less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by the max occupancy value for this cancelled booking greater than or equal to this value.
Filter by the max occupancy value for this cancelled booking less than or equal to this value.
Filter by the last minute price adjustment value for this cancelled booking greater than or equal to this value.
Filter by the last minute price adjustment value for this cancelled booking less than or equal to this value.
Filter by the dynamic price adjustment value for this cancelled booking greater than or equal to this value.
Filter by the dynamic price adjustment value for this cancelled booking less than or equal to this value.
Filter by the price factor last minute value for this cancelled booking greater than or equal to this value.
Filter by the price factor last minute value for this cancelled booking less than or equal to this value.
Filter by the price factor demand value for this cancelled booking greater than or equal to this value.
Filter by the price factor demand value for this cancelled booking less than or equal to this value.
Filter by date and time when the booking was cancelled greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time when the booking was cancelled less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by booking price greater than or equal to this value.
Filter by booking price less than or equal to this value.
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 CreatedOn
Range filters
Response
200
The list of CancelledBooking records matching the query. See the Get one CancelledBooking 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 CancelledBookings