Last Updated on : 2023-06-20 14:54:07download
Get all current channel names and their corresponding channel IDs.
GET: /v2.0/infrareds/{infrared_id}/remote/all-channels
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
infrared_id | String | uri | true | The device ID. |
Parameter name | Type | Description |
---|---|---|
result | List | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
cid | Integer | The ID of a specified channel. |
name | String | The name of a specified channel. |
GET: /v2.0/infrareds/vdevo15345926009****/remote/all-channels
{
"result": [
{
"name": "3D Channel",
"cid": 9712
},
{
"name": "3D TV Test Channel",
"cid": 1156
}
],
"t": 1632625327332,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback