...
Note: You can use either and
or or
in a single filter but not both at the same time.
...
Supported Operators
Operator | Description | Example |
---|---|---|
| Field is equal to the specified value |
|
| Field is not equal to the specified value |
|
| Field is greater than the specified value |
|
| Field is less than the specified value |
|
| Field is greater than or equal to the specified value |
|
| Field is less than or equal to the specified value |
|
| The field contains the specified value (for strings) |
|
| The field starts with the specified value (for strings) |
|
| The field ends with the specified value (for strings) |
|
| The field is empty (null, undefined, or empty string) |
|
| The field is not empty |
|
| Combines multiple conditions where all must be true |
|
| Combines multiple conditions where at least one must be true |
|
...
Examples
Find Devices Managed by a Specific User:
...