Get Brand List

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

Get the remote control brands supported by the category based on the category ID.

API address

GET: /v2.0/infrareds/{infrared_id}/categories/{category_id}/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.
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/brands?countryCode=CN

Return example

{ "result": [ { "brand_name": "xxx", "brand_id": 1111 }, { "brand_name": "xxx", "brand_id": 222 } ], "t": 1630638097826, "success": true }

Error code

For more information, see error code.