Retrieves a list of categories, given the provided paging, filtering, and sorting. Query Categories runs with these defaults, which you can override:
name is sorted in ASC orderpaging.limit is 100paging.offset is 0
For field support for filters and sorting, see Categories: Supported Filters and Sorting.
To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.| Field | Supported Filters | Sort |
|---|---|---|
id | $eq | Sort: ASC, DESC |
name | $eq | Sort: ASC, DESC |
states | $hasSome | Sort: ✗ |
createdDate | Sort: ASC, DESC |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.