Filtering and Sorting

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

FieldSupported FiltersSortable
id$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
relatedTransactionId$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
pool.id$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
details.item.id$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
createdDate$eq, $ne, $lt, $lte, $gt, $gte, $inSortable

Related content: API Query Language, Query Transactions

Did this help?