Last Updated on : 2023-06-20 14:54:06download
Get the remote control brands supported by the category based on the category ID.
GET: /v2.0/infrareds/{infrared_id}/categories/{category_id}/brands
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
infrared_id | String | uri | true | The device ID. |
category_id | Integer | uri | true | The ID of a specified category. |
country_code | String | query | false | The country code. |
Parameter name | Type | Description |
---|---|---|
result | List |
Description of result
Parameter name | Type | Description |
---|---|---|
brand_id | Integer | The ID of a specified brand. |
brand_name | String | The brand name. |
GET: /v2.0/infrareds/vdevo15345926009****/categories/0/brands?countryCode=CN
{
"result": [
{
"brand_name": "xxx",
"brand_id": 1111
},
{
"brand_name": "xxx",
"brand_id": 222
}
],
"t": 1630638097826,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback