Last Updated on : 2023-12-07 03:33:49download
Based on a list of device IDs, query the factory information of multiple devices in bulk.
GET: /v1.0/devices/factory-infos
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_ids | String | query | true | The list of device IDs, separated with 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 specified device. |
sn | String | The serial number of the specified device. |
mac | String | The MAC address of the specified device. |
GET: /v1.0/devices/factory-infos?device_ids=65057368c44f3380****,65057368c44f3381****
{
"tid": "438d4c0b7d3911eeaf40161d72836dc2",
"result": [
{
"uuid": "tuyaac****14d253",
"mac": "DC:23:**:**:26:48",
"id": "6cf0ca9a****ab76bfjntj",
"sn": "6dsd****ddse"
}
],
"t": 1699339539557,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback