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
ordercursorPaging.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.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.