m openmage

OpenMage LTS Developer Documentation

GET Filters

Edit this page on GitHub

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:

http://magentohost/api/rest/products/?order=entity_id&filter[0][attribute]=description&filter[0][in][0]=simple01

To filter customers by email address:

http://magentohost/api/rest/customers?filter[1][attribute]=email&filter[1][in][0][email protected]