Retrieves up to 1000 categories, given the specified paging, filtering, and sorting.
Query Categories has the following default settings, which you can override:
id in ascending order.
Tip: Always specify a sort order to ensure consistent results.cursorPaging.limit set to 50.Refer to the Supported Filters article for a complete list of supported filters and sorting options.
To learn about working with Query methods in general, see:
| Field | Supported Filters | Sort |
|---|---|---|
id | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
name | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
sortOrder | $eq, $ne, $exists, $in, $any, $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.