This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves a list of categories, with the specified paging, filtering, and sorting.
See Categories: Supported Filters and Sorting for a complete list of supported filters and sorting options.
To learn about working with Query methods, see About the Wix API Query Language, About Sorting and Paging, and About Field Projection.
| Field | Supported Filters | Sort |
|---|---|---|
id | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
appId | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
createdDate | $eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
name | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
guestCommenting | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
guestReactions | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
ratingsSettings.ratingsEnabled | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
ratingsSettings.ratingRequired | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
permissionsSettings.createComment | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
permissionsSettings.createReply | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
permissionsSettings.createReact | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.