header

GET Filters

JSON responses on this page contributed by Tim Reynolds

Some requests use GET parameters in the URL. These are as follows:

If the attribute value consists of several words separated by a whitespace, the '%20' sign is used:

For example, to filter products with the description equal to simple01:

https://inovarti.com.br/index.php/api/rest/products/?order=entity_id&filter[0][attribute]=description&filter[0][in][0]=simple01

To filter customers by email address:

https://inovarti.com.br/index.php/api/rest/customers?filter[1][attribute]=email&filter[1][in][0][email protected]