This article covers field support for filtering in:
Specify the filter
object in the following format:
The following table shows field support for filters and sorting for the
staffMember
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 |
resource.locationOptions.specificLocationOptions.businessLocations.locationId | $hasSome , $hasAll , $isEmpty |
Results in Query Staff Members
(SDK | REST),
and Search Staff Members
(REST)
are sorted by the id
field in ascending order by default.
To sort by a different field, use the sort
object in the following format: