Product groups

Use this call to get all available product groups (GAs) in your API call. Contact support if you need more product groups. The TecDoc catalogue has more than 8.000 product groups.

Query URL

https://onedb.tecalliance.cn/api/common/getProductgroups

Query parameter

Name Type Required Example Description
language String Yes EN This is the language code according to ISO 639.

JSON Input

{
     "language":"EN"
}

RESPONSE

A successful request returns the HTTP 200 OK status code and a JSON response with following parameter.

JSON Output

{
    "data": [
        {
            "productgroupId": 74,
            "productgroupName": "Brake Booster"
        },
        {
            "productgroupId": 82,
            "productgroupName": "Brake Disc"
        }
    ]
}