Developer documentation
Filtration
Examples:
Filtering results which have a city name starting with ‘Hi’:
/api/v1/customers?$filter=startswith(City,'Hi')
Request a list of products which have stock enabled:[/vc_column_text
/api/v1/products?$filter=IsStockEnabled eq true
There is a wide range of operators supported in the expression language. These are shown in the following table: