Filtering
Filter your results
Parameters
Filtering the results is controlled by the filter
parameter. This parameter expects a SQL-like formatted string that describes the filtering rules.
Check below for more info.
Name
Type
Is Required ?
Default value
filter
string
✖
empty string
filter
filter
Filter the results using an SQL-like syntax. The generic syntax is as follows:
filter
can be either a single filterRule
or a filterGroup
.
For example, all the following filters are valid:
Response
Usage examples
Filter results with a price higher than 10 €
NodeJS / NPM example
HTML example
Last updated