Staff Members: Filtering and Sorting

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

Filtering

Specify the filter object in the following format:

Copy

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

FieldSupported FiltersSortable
id$eq, $ne, $exists, $in, $nin, $startsWithSortable
description$eq, $ne, $exists, $in, $nin, $startsWithSortable
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, $startsWithSortable
associatedWixIdentity.identificationData.wixUserId$eq, $ne, $exists, $in, $nin, $startsWithSortable
associatedWixIdentity.identificationData.identityType$eq, $ne, $exists, $in, $nin, $startsWithSortable

Sorting

Specify the sort object in the following format:

Copy

Related content:

Did this help?