Last Updated on : 2023-06-20 14:54:02download
Get the brand information of the remote control based on the remote control index ID.
GET: /v2.0/infrareds/{infrared_id}/categories/{category_id}/remotes/{remote_index}/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. | 
| remote_index | Integer | uri | true | The ID of a specified remote control index. | 
| 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/remotes/2222/brands
{
    "result": [
        {
            "brand_name": "test1",
            "brand_id": 2
        },
        {
            "brand_name": "test2",
            "brand_id": 35
        }
    ],
    "t": 1630914457088,
    "success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback