The following table shows field support for filters and sorting for the category object:
| Field | Supported Filters | Sortable |
|---|---|---|
id | $eq, $ne, $exists, $in, $hasSome, $startsWith | |
createdDate | $eq, $ne, $exists, $in, $hasSome, $lt, $le, $gt, $ge | Sortable |
updatedDate | $eq, $ne, $exists, $in, $hasSome, $lt, $le, $gt, $ge | Sortable |
name | $eq, $ne, $exists, $in, $hasSome, $startsWith | Sortable |
description | $eq, $ne, $exists, $in, $hasSome, $startsWith | |
visible | $eq, $ne, $exists, $in, $hasSome | |
slug | $eq, $ne, $exists, $in, $hasSome, $startsWith | |
parentCategory.id | $eq, $ne, $exists, $in, $hasSome, $startsWith | Sortable |
parentCategory.index | $eq, $ne, $exists, $in, $hasSome, $lt, $le, $gt, $ge | Sortable |
treeReference.appNamespace | $eq, $ne, $exists, $in, $hasSome, $startsWith | |
treeReference.treeKey | $eq, $ne, $exists, $in, $hasSome, $startsWith | |
treeReference.treeValue | $eq, $ne, $exists, $in, $hasSome, $startsWith |
Related content: API Query Language, Search Categories, Query Categories