The 9Spokes API uses OData (Open Data Protocol) format to filter response data.
The below queries will only work when requesting connected app data.
Filter ($filter)
The $filter query option allows you to filter data sets based on the properties available.
| Operator | Description | |
| eq | Equal | |
| ne | Not equal | |
| gt | Greater than | |
| lt | Less than | |
| le | Less than or equal | |
| and | Logical and | |
| or | Logical or |
