Retrieves a list of up to 1,000 categories, given the provided filtering, sorting, and cursor paging.
Pass supported values to the fields array in the request to include those fields in the response.
To learn about working with Query methods, see API Query Language, and Sorting and Paging.
Learn more about the differences between Query and Search methods.
| Property | Filters | Sort |
|---|---|---|
id | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | None |
slug | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | None |
visible | $eq, $ne, $exists, $in, $hasSome | None |
treeReference.appNamespace | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | None |
treeReference.treeKey | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | None |
name | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
createdDate | $eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
updatedDate | $eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
managingAppId | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
parentCategory.id | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
parentCategory.index | $eq, $ne, $exists, $in, $hasSome, $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.