POST

Query Extended Bookings


Retrieves up to 100 bookings, given the specified paging, filtering, and sorting.

Query Extended Bookings runs with these defaults, which you can override:

  • id sorted in ASC order
  • cursorPaging.limit is 50

To retrieve course bookings, filter by scheduleId of the relevant service.

You can retrieve information about which actions the customer can perform for the bookings. To do so, pass withBookingAllowedActions as true.

For field support see supported filters for more information.

When using filters for dates, you must use UTC time.

To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.

Permissions
Manage Bookings - all permissions
Read Bookings - all read permissions
Manage Bookings
Read Bookings - Including Participants
Read bookings calendar - including participants
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/_api/bookings-reader/v2/extended-bookings/query

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?