Last Updated on : 2022-05-05 10:00:33
Get the information of a specified device in Tuya's ecosystem based on the partner's device ID.
GET: /v1.0/iot-03/3rdcloud/devices/{third_cloud_device_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
third_cloud_device_id | String | uri | true | The unique device ID of a partner. |
Parameter name | Type | Description |
---|---|---|
result | Object | The returned result. |
code | Boolean | The response code. It is empty when the operation succeeded. |
msg | String | The error message if the API call fails. It is empty if the operation succeeded. |
success | Boolean | Indicates whether the operation is successful. Valid values:
|
t | Long | The 13-digit timestamp of a response. |
Description of result
Parameter name | Type | Description |
---|---|---|
device_id | String | The ID of a Tuya device. |
device_name | String | The name of a specified device. |
uuid | String | The universally unique identifier (UUID) of a specified device. |
product_id | String | The ID of a specified product. |
create_time | Long | The 13-digit timestamp when a specified device is registered. |
GET: /v1.0/iot-03/3rdcloud/devices/A18007210830****
{
"result": {
"device_id": "6cf4171005d11e2ca7****",
"create_time": 1593314585000,
"uuid": "000078082462ab53****",
"device_name": "Test Device",
"product_id": "xz0uukkq5oce****"
},
"t": 1561456817168,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback