GET products/ids

Returns product ids for available products.

Product id numbers can be returned for a group sorted by relevance or all distinct values for a key sorted by model number.



Parameters

Name Required Description Default Value Example
key required The identifier of the company key provided for Application Equipment   lafferty131212
group optional The group number displayed on Application Equipment   12

Example Request

GET https://applicationequipment.net/api/v1/products/ids/?key=lafferty131212&group=12

Example Response

[
    {
        "ids": "594,577,1111,597,842,241,1175,5867,280,5226,5199,296,297,298,731,293,294,253,5527,1214,1213,1052"
    }
]