Last Updated on : 2023-06-20 15:19:23download
Query the factory information of multiple devices.
GET: /v1.0/iot-03/devices/factory-infos
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| device_ids | String | query | true | The list of up to 20 device IDs, separated by commas. |
| Parameter name | Type | Description |
|---|---|---|
| result | List | The returned result. |
Description of result
| Parameter name | Type | Description |
|---|---|---|
| id | String | The device ID. |
| uuid | String | The universally unique identifier (UUID) of the device. |
| sn | String | The serial number of the device. |
| mac | String | The MAC address of the device. |
GET: /v1.0/iot-03/devices/factory-infos?device_ids=xxxid1
[
{
"uuid": "002008535ccf7f53****",
"mac": "5c:cf:7f:53:**:**",
"id": "002008535ccf7f53****"
}
]
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback