产品组
使用此调用获取该账号获得授权的所有产品组(GA)。如果需要更多产品组,请联系支持人员。TecDoc数据中有8000多个产品组。
请求URL
https://onedb.tecalliance.cn/api/common/getProductgroups
查询参数
名称 | 类型 | 要求 | 样例 | 描述 |
---|---|---|---|---|
language | String | 是 | EN | 这是基于ISO 639的语言代码。 |
JSON输入
{
"language":"EN"
}
响应
一个成功的请求将会返回HTTP 200正确状态代码和如下参数的JSON响应。
JSON输出
{
"data": [
{
"productgroupId": 74,
"productgroupName": "Brake Booster"
},
{
"productgroupId": 82,
"productgroupName": "Brake Disc"
}
]
}