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
gtGreater than
ltLess than
leLess than or equal
andLogical and
orLogical or