This filter will be available in the new version of the app.
Filter String Format
The filter string should consist of conditions and logical operators (and
, or
).
...
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 value |
|
| Field is not equal to the value |
|
| Field is greater than the value |
|
| Field is less than the value |
|
| Field is greater than or equal to the value |
|
| Field is less than or equal to the value |
|
| Field contains the value (for strings) |
|
| Field starts with the value (for strings) |
|
| Field ends with the value (for strings) |
|
...
Examples
Find Users Whose Display Name Starts with "John":
...