Categories: Supported Filters and Sorting

The following table shows field support for filters and sorting for the category object:

FieldSupported FiltersSortable
id$eq, $ne, $exists, $in, $hasSome, $startsWith
createdDate$eq, $ne, $exists, $in, $hasSome, $lt, $le, $gt, $geSortable
updatedDate$eq, $ne, $exists, $in, $hasSome, $lt, $le, $gt, $geSortable
name$eq, $ne, $exists, $in, $hasSome, $startsWithSortable
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, $startsWithSortable
parentCategory.index$eq, $ne, $exists, $in, $hasSome, $lt, $le, $gt, $geSortable
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

Was this helpful?
Yes
No