POST

Query Service Options And Variants


Retrieves a list of serviceOptionsAndVariants objects, given the provided paging, filtering, and sorting.

Query Service Options And Variants* runs with these defaults, which you can override:

  • id sorted in ASC order.
  • cursorPaging.limit set to 100.

For a detailed list of supported filtering operations refer to the supported filters article (REST).

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

Endpoint
POST
https://www.wixapis.com/bookings/v1/serviceOptionsAndVariants/query

Errors

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

Did this help?