Filtering and Sorting

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

FieldSupported FiltersSortable
id$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
externalId$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
itemSetId$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
providerAppId$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
category$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
namespace$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
createdDate$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte ,$gteSortable

Related content: API Query Language, Query Items

Did this help?