Notification Recipients API: Supported Filters and Sorting

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

FieldSupported FiltersSortable
id$eq, $ne, $in, $nin
createdDate$eq, $ne, $gt, $lt, $gte, $lteSortable
updatedDate$eq, $ne, $gt, $lt, $gte, $lteSortable
channels$eq, $ne, $in, $nin, $startsWith
businessLocationIds$eq, $ne, $in, $nin, $startsWith
tags.publicTags.tagIds$eq, $ne, $in, $nin, $startsWith
tags.privateTags.tagIds$eq, $ne, $in, $nin, $startsWith

Related content: API Query Language Query Recipients

Did this help?