Retrieves a list of up to 100 booking forms, and information about the services that are connected to them, given the provided filtering, paging, and sorting.
Query Booking Forms has the following default settings, which you can override:
id in ascending order.cursorPaging.limit set to 100.For a complete list of supported filters, refer to Forms API: Supported Filters.
When using date filters, you must use UTC time.
If a booking policy is connected to more than 5 services, only a subset of
these service IDs and names is returned. The bookingForms.totalServiceCount
values indicate the total number of services linked to each form. You can call Query Services
and specify the relevant form ID in the filter to retrieve all services
connected to the booking form.
By default, all Wix Bookings services use a standard booking form. To retrieve
a site's default booking form with Query Booking Forms, specify
{"conditionalFields": ["DEFAULT_BOOKING_FORM"]}.
To learn about working with Query methods, see API Query Language and Sorting and Paging.
Information about filters, paging, and sorting. See the article about form filters (REST) for all supported filters and sorting options.
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.