Filtering and Sorting

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

FieldSupported FiltersSortable
id$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
poolDefinitionId$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
programDefinitionId$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
programId$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
status$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
beneficiary$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
namespace$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
details.benefits.itemSetId$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
details.benefits.providerAppId$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
beneficiary.memberId$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
beneficiary.wixUserId$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
createdDate$eq, $ne, $lt, $lte, $gt, $gte, $inSortable

Related content: API Query Language, Query Pools

Did this help?