POST

Query Categories


Retrieves up to 1000 categories, given the specified paging, filtering, and sorting.

Defaults

Query Categories has the following default settings, which you can override:

  • Most responses are sorted by id in ascending order. Tip: Always specify a sort order to ensure consistent results.
  • cursorPaging.limit set to 50.

Filters

Refer to the Supported Filters article for a complete list of supported filters and sorting options.

See also

To learn about working with Query methods in general, see:

FieldSupported FiltersSort
id$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
name$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
sortOrder$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gteSort: ASC, DESC
Permissions
Read Bookings - Public Data
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/bookings/v2/categories/query

Errors

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

Did this help?