Last Updated on : 2025-02-26 01:50:40download
Query the serial number (SN) of the specified device.
GET: /v1.0/cloud/thing/device/sn
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
devId | String | query | false | The device ID. |
uuid | String | query | false | The universally unique identifier (UUID) of the specified device. |
Parameter name | Type | Description |
---|---|---|
result | String | The device SN. |
code | String | The response code. It is empty if the request is successful. |
msg | String | The message that is returned if the request fails. It is empty if the request is successful. |
success | Boolean | Indicates whether the operation is successful.Valid values:
|
t | Long | The 13-digit timestamp of a response. |
GET: /v1.0/cloud/thing/device/sn?devId=6c3c54beb3124053d2o***&uuid=2630183568572d11****
{
"result": "BA190411PY0****",
"t": 1734579064275,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback