Categories: Filtering and Sorting

Query endpoints allow you to filter and sort results based on category properties. This article covers field support for filtering and sorting in:

Filtering

Specify the filter object in the following format:

Copy

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

FieldSupported FiltersSortable
id$eq, $ne, $exists, $in, $nin, $startsWithSortable
name$eq, $ne, $exists, $in, $nin, $startsWithSortable
sortOrder$eq, $ne, $exists, $in, $nin,Sortable

Sorting

Specify the sort object in the following format:

Copy

See also

Did this help?