Tips: Supported Filters and Sorting

Query endpoints allow you to filter and sort results based on service properties. This article covers field support for filtering and sorting.

The following table shows field support for filters and sorting for the tipDistributions object in Query Tip Distributions:

FieldSupported FiltersSortable
id$eq, $ne, $in, $existsSortable
tipId$eq, $ne, $in, $existsSortable
transaction.transactionDate$eq, $ne, $gt, $gte, $lt, $lte, $in, $existsSortable
transaction.transactionId$eq, $ne, $in, $existsSortable
orderId$eq, $ne, $in, $existsSortable
staff.id$eq, $ne, $in, $existsSortable
createdDate$eq, $ne, $gt, $gte, $lt, $lte, $in, $existsSortable

Related content:

Did this help?