Filtering and Sorting

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

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

Related content: API Query Language, Query Programs

Did this help?