Filtering and Sorting

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

FieldSupported FiltersSortable
id$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
createdDate$eq, $ne, $lt, $lte, $gt, $gte, $inSortable
beneficiary.memberId$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable
beneficiary.wixUserId$eq, $ne, $in, $nin, $startsWith, $lt, $gt, $lte, $gteSortable

Related content: API Query Language, Query Balances.

Did this help?