Filtering and Sorting

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

FieldSupported FiltersSortable
id$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
namespace$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gte, $contains, $starts_withSortable
externalId$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
createdDate$eq, $ne, $lt, $lte, $gt, $gte, $inSortable

Related content: API Query Language, Query Program Definitions

Did this help?