The operators supported for Byte or Int attributes are described in the following table:
|
Operator |
Description |
|
eq |
Equal |
|
ne |
Not equal |
|
gt |
Greater than |
|
ge |
Greater than or equal |
|
lt |
Less than |
|
le |
Less than or equal |
EXAMPLES:
Filter by assets with "Relevance" field of value greater than or equal to 4:
{RMUrl}/api/Organization/assets?$filter=Relevance ge 4
Filter by events with "Urgency" field of value less than 3:
{WSUrl}/api/events?$filter=Urgency lt 3