Basic Filtering
Simple key-value query parameters for common use cases.Example
Characteristics
- Easy to use and efficient.
- Parameter names may represent logical filters, not necessarily direct object fields.
- Best suited for equality or numeric comparisons (
=, <, >).
Advanced filtering
For more expressive queries, advanced filtering is available via the filter[…] syntax.Example
Rules
- Filter keys must correspond to actual fields on the resource.
- Interpretation of operators (=, LIKE, etc.) is documented per API.
- Designed for flexible matching and multi-field queries.
Combining filters
Both approaches can be used together.Example
- Status matches active
- AND gross amount is greater than 200