field, operator, and value.
For instance, make != 'TESLA' uses “make” as the field, ”!=” as the operator, and “TESLA” as the value.
To use a filter in your request, include it like this:
.).
Example:
[]).
Filters can include boolean functions (or, and, not):
or and and, and exactly one for not.
Filter object specification
| Property | Type | Description |
|---|---|---|
| field | string | Field to apply the filter. |
| operator | string | Operator used in the filter. |
| value | string/boolean/int/float/datetime* | Value for the filter. (*) Datetime should be represented as string in ISO format |
Boolean functions
| Function |
|---|
and |
or |
not |
Supported operators
| Operator |
|---|
isNull |
isNotNull |
== |
!= |
> |
< |
>= |
<= |
like |
ilike |
notIlike |

