Bookings
Search Bookings
Search and list Booking records with filtering, sorting, and pagination.
GET
Search Bookings
A Booking is a reservation for a specific
Resource and, optionally, for a customer (CoworkerId) and a desk or unit in the floor plan (FloorPlanDeskId).
Charging vs Invoicing — When a booking is charged (confusingly labelled Invoiced in the booking entity), a charge is posted to the customer account as a CoworkerExtraService with the calculated price. If the booking has no fixed rate (ExtraServiceId = null), Nexudus calculates the rate automatically based on the resource type, booking parameters and customer. A booking is actually invoiced when the CoworkerExtraService associated with it is invoiced.
InvoiceThisCoworker = truemeans the booking is charged to the customer making it rather than their paying member (if any).Tentativebookings must be approved by an administrator before being confirmed or charged. They still block the calendar.Onlinebookings are those made via the portal or the app.
RepeatBooking and all repeat-configuration fields (Repeats, RepeatEvery, RepeatUntil, RepeatOn*) are create-only. Once a booking series is created, only WhichBookingsToUpdate can be used to update or delete bookings in the series. No new bookings can be added to an existing series.
Pricing overrides — OverridePrice lets an admin set a fixed price for the booking, regardless of what extra service (rate) is associated with it.
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 Booking-List role.Enums
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 resource allocation.
Filter by resource hidden in calendar.
Filter by the resource no return policy value for this booking.
Filter by the resource no return policy all resources value for this booking.
Filter by the resource no return policy all users value for this booking.
Filter by resource type ID.
Filter by resource type name.
Filter by iD of the floor plan desk linked to this record.
Filter by floor plan desk name.
Filter by iD of the coworker linked to this record.
Filter by the coworker coworker type value for this booking.
Filter by coworker full name.
Filter by the coworker mobile phone value for this booking.
Filter by the coworker land line value for this booking.
Filter by coworker billing name.
Filter by coworker company name.
Filter by coworker team names.
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 booking.
Filter by internal notes.
Filter by charge immediately.
Filter by invoice immediately.
Filter by charge the booking to the customer making it rather than their paying member (if any).
Filter by do not use booking credit.
Filter by purchase order.
Filter by discount code.
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 the booking was made in the portal or the app.
Filter by teams at the time of booking.
Filter by tariff at the time of booking.
Filter by iD of the repeat series unique associated with this record.
Filter by create a repeating booking series. Create-only: once created, only WhichBookingsToUpdate can be used to update the series. No new bookings can be added to the series.
Filter by repeat cycle. Create-only.
Filter by action to apply when updating or deleting bookings in a repeated series. This is the only field that can modify a series after creation.
Filter by repeat every N periods. Create-only.
Filter by repeat until date. Create-only.
Filter by repeat on Mondays. Create-only.
Filter by repeat on Tuesdays. Create-only.
Filter by repeat on Wednesdays. Create-only.
Filter by repeat on Thursdays. Create-only.
Filter by repeat on Fridays. Create-only.
Filter by repeat on Saturdays. Create-only.
Filter by repeat on Sundays. Create-only.
Filter by whether reminded is enabled.
Filter by whether mrm reminded is enabled.
Filter by admin-set fixed price for the booking, regardless of what extra service (rate) is associated with it.
Filter by whether the booking has been charged. When true, a charge (CoworkerExtraService) has been posted to the customer account. Note: the booking is actually invoiced when the associated CoworkerExtraService is invoiced.
Filter by invoice date.
Filter by booking number.
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 coworker invoice ID.
Filter by coworker invoice number.
Filter by coworker invoice paid.
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 booking.
Filter by the coworker extra service price value for this booking.
Filter by the coworker extra service currency code value for this booking.
Filter by the coworker extra service charge period value for this booking.
Filter by the coworker extra service total uses value for this booking.
Filter by include Zoom invite.
Filter by the zoom event data value for this booking.
Filter by checked in at time.
Filter by cancel if not paid.
Filter by cancel if not checked in.
Filter by maximum occupancy.
Filter by the last minute price adjustment value for this booking.
Filter by the dynamic price adjustment value for this booking.
Filter by the price factor last minute value for this booking.
Filter by the price factor demand value for this booking.
Filter by iD of the office365 admin event associated with this record.
Range Filters
Filter by resource allocation greater than or equal to this value.
Filter by resource allocation less than or equal to this value.
Filter by the resource no return policy value for this booking greater than or equal to this value.
Filter by the resource no return policy value for this booking less than or equal to this value.
Filter by the resource no return policy all resources value for this booking greater than or equal to this value.
Filter by the resource no return policy all resources value for this booking less than or equal to this value.
Filter by the resource no return policy all users value for this booking greater than or equal to this value.
Filter by the resource no return policy all users value for this booking less than or equal to this value.
Filter by resource type ID greater than or equal to this value.
Filter by resource type ID 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 repeat every N periods. Create-only greater than or equal to this value.
Filter by repeat every N periods. Create-only less than or equal to this value.
Filter by repeat until date. Create-only greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by repeat until date. Create-only less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by admin-set fixed price for the booking, regardless of what extra service (rate) is associated with it greater than or equal to this value.
Filter by admin-set fixed price for the booking, regardless of what extra service (rate) is associated with it less than or equal to this value.
Filter by invoice date greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by invoice date less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by booking number greater than or equal to this value.
Filter by booking number 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 coworker invoice ID greater than or equal to this value.
Filter by coworker invoice ID less than or equal to this value.
Filter by the coworker extra service price value for this booking greater than or equal to this value.
Filter by the coworker extra service price value for this booking less than or equal to this value.
Filter by the coworker extra service charge period value for this booking greater than or equal to this value.
Filter by the coworker extra service charge period value for this booking less than or equal to this value.
Filter by the coworker extra service total uses value for this booking greater than or equal to this value.
Filter by the coworker extra service total uses value for this booking less than or equal to this value.
Filter by checked in at time greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by checked in at time less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by maximum occupancy greater than or equal to this value.
Filter by maximum occupancy less than or equal to this value.
Filter by the last minute price adjustment value for this booking greater than or equal to this value.
Filter by the last minute price adjustment value for this booking less than or equal to this value.
Filter by the dynamic price adjustment value for this booking greater than or equal to this value.
Filter by the dynamic price adjustment value for this booking less than or equal to this value.
Filter by the price factor last minute value for this booking greater than or equal to this value.
Filter by the price factor last minute value for this booking less than or equal to this value.
Filter by the price factor demand value for this booking greater than or equal to this value.
Filter by the price factor demand value for this booking 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 Booking records matching the query. See the Get one Booking 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 Bookings