Query endpoints allow you to filter and sort results based on service properties. This article covers field support for filtering and sorting.
Specify the filter
object in the following format:
The following table shows field support for filters and sorting for the Staff Member object:
Field | Supported Filters | Sortable |
---|---|---|
id | $eq , $ne , $exists , $in , $nin , $startsWith | Sortable |
description | $eq , $ne , $exists , $in , $nin , $startsWith | Sortable |
name | $eq , $ne , $exists , $in , $nin | |
email | $eq , $ne , $exists , $in , $nin | |
phone | $eq , $ne , $exists , $in , $nin | |
default | $eq , $ne , $exists , $in , $nin | |
associatedWixIdentity.identificationData.contactId | $eq , $ne , $exists , $in , $nin , $startsWith | Sortable |
associatedWixIdentity.identificationData.wixUserId | $eq , $ne , $exists , $in , $nin , $startsWith | Sortable |
associatedWixIdentity.identificationData.identityType | $eq , $ne , $exists , $in , $nin , $startsWith | Sortable |
Specify the sort
object in the following format:
Related content: