Filters will help you find what you search.
| Parameters | Description |
|---|---|
| lt | Stands for the less-than sign < |
| gt | Stands for the greater-than sign > |
| lte | Stands for the less-than or equals sign <= |
| gte | Stands for the greater-than or equals sign >= |
| eq | Stands for the equals sign = |
| neq | Stands for the not equals sign != |
| in | IN |
| nin | NOT IN |
| like | LIKE |
| or | OR |
| and | AND |
| not | Exclude specified values |
Use NULL as a value if you want to select empty values.
Only fields marked with
Filterablecan be used for filtering the results.