Retrieves a list of booking policies, given the provided paging, filtering, and sorting.
Query Booking Policies runs with these defaults, which you can override:
createdDate in ascending order.cursorPaging.limit set to 100.To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.
| Property | Filters | Sort |
|---|---|---|
id | $eq, $in, $ne | Sort: ASC, DESC |
name | $eq, $ne, $startsWith | Sort: ASC, DESC |
customPolicyDescription.description | $eq, $ne, $startsWith | Sort: ASC, DESC |
intakeFormPolicy.formId | $eq, $ne, $startsWith | Sort: ASC, DESC |
default | $eq, $ne | Sort: ASC, DESC |
customPolicyDescription.enabled | $eq, $ne | Sort: ASC, DESC |
limitEarlyBookingPolicy.enabled | $eq, $ne | Sort: ASC, DESC |
limitLateBookingPolicy.enabled | $eq, $ne | Sort: ASC, DESC |
bookAfterStartPolicy.enabled | $eq, $ne | Sort: ASC, DESC |
cancellationPolicy.enabled | $eq, $ne | Sort: ASC, DESC |
cancellationPolicy.limitLatestCancellation | $eq, $ne | Sort: ASC, DESC |
reschedulePolicy.enabled | $eq, $ne | Sort: ASC, DESC |
reschedulePolicy.limitLatestReschedule | $eq, $ne | Sort: ASC, DESC |
waitlistPolicy.enabled | $eq, $ne | Sort: ASC, DESC |
resourcesPolicy.enabled | $eq, $ne | Sort: ASC, DESC |
resourcesPolicy.autoAssignAllowed | $eq, $ne | Sort: ASC, DESC |
limitEarlyBookingPolicy.earliestBookingInMinutes | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
limitLateBookingPolicy.latestBookingInMinutes | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
cancellationPolicy.latestCancellationInMinutes | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
reschedulePolicy.latestRescheduleInMinutes | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
waitlistPolicy.capacity | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
waitlistPolicy.reservationTimeInMinutes | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
participantsPolicy.maxParticipantsPerBooking | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.