Get Remote Control Brand

Last Updated on : 2023-06-20 14:54:02download

Get the brand information of the remote control based on the remote control index ID.

API address

GET: /v2.0/infrareds/{infrared_id}/categories/{category_id}/remotes/{remote_index}/brands

Request parameter

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.

Return parameter

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.

Request example

GET: /v2.0/infrareds/vdevo15345926009****/categories/0/remotes/2222/brands

Return example

{ "result": [ { "brand_name": "test1", "brand_id": 2 }, { "brand_name": "test2", "brand_id": 35 } ], "t": 1630914457088, "success": true }

Error code

For more information, see error code.