更新时间:2023-06-20 14:54:06下载pdf
本文介绍获取品牌下的遥控器索引列表的 API。
根据品牌 ID 获取遥控器索引列表。
GET: /v2.0/infrareds/{infrared_id}/categories/{category_id}/brands/{brand_id}/remote-indexs
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
infrared_id | String | uri | true | 设备 ID |
category_id | Integer | uri | true | 品类 ID |
brand_id | Integer | uri | true | 品牌 ID |
country_code | String | query | false | 国家码 |
mode | String | query | false | 型号名称 |
page | Integer | query | false | 页码 |
size | Integer | query | false | 每页遥控器数量,最大值为 1000 |
参数名 | 类型 | 说明 |
---|---|---|
result | RemoteResultVO |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
total_count | Integer | 遥控器总数 |
remote_index_list | List | 遥控器索引列表 |
remote_index_list
说明
参数名 | 类型 | 说明 |
---|---|---|
remote_index | Integer | 遥控器索引 ID |
GET: /v2.0/infrareds/vdevo15345926009****/categories/0/brands/222/remote-indexs?countryCode=CN
{
"page": 1,
"size": 10,
"mode": ""
}
{
"result": {
"remote_index_list": [
{
"remote_index": 2417
},
{
"remote_index": 5152
},
{
"remote_index": 2702
},
{
"remote_index": 3967
},
{
"remote_index": 4052
}
],
"total_count": 5
},
"t": 1630911158824,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈