This article covers field support for filtering in Query Resource Types (SDK | REST) and Count Resource Types (SDK | REST).
Specify the filter
object in the following format:
The following table shows field support for filters and sorting for the
resourceType
object:
Field | Supported Filters | Sortable |
---|---|---|
id | $eq , $ne , $exists , $in , $nin , $startsWith | Sortable |
name | $eq , $ne , $exists , $in , $nin , $startsWith , $isEmpty | Sortable |
Results in Query Resource Types
(SDK | REST)
are sorted by id
in ascending order by default.
To sort by a different field, use the sort
object in the following format: