Resource Types: Filtering and Sorting

This article covers field support for filtering in Count Resource Types (SDK | REST).

Filtering

Specify the filter object in the following format:

Copy

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

FieldSupported FiltersSortable
id$eq, $ne, $exists, $in, $nin, $startsWithSortable
name$eq, $ne, $exists, $in, $nin, $startsWith, $isEmptySortable

See also

Did this help?