Last Updated on : 2024-09-10 01:49:18
You can get the multi-channel name of the device through this API.
GET: /v1.0/devices/{device_id}/multiple-names
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | Device ID |
Parameter name | Type | Description |
---|---|---|
result | List | Return result |
Description of result
Parameter name | Type | Description |
---|---|---|
identifier | String | Identification |
name | String | Name |
GET: /v1.0/devices/65057368c44f3380****/multiple-name
[
{
"identifier": "",
"name": ""
}
]
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback