Last Updated on : 2023-06-20 15:21:53download
Get the extended properties in bulk based on the list of device IDs and codes of extended properties.
GET: /v1.0/iot-03/devices/properties
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_ids | String | query | true | The list of up to 20 device IDs, separated by commas. |
code | String | query | true | The code of a specified extended property. |
Parameter name | Type | Description |
---|---|---|
result | List | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
value | String | The value of a specified extended property. |
dev_id | String | The device ID. |
code | String | The code of a specified extended property. |
GET: /v1.0/iot-03/devices/properties?device_ids=6cb****,6ce****&code=installLocation
[
{
"devId": "dev1****",
"code": "cid",
"value": "cid****"
},
{
"devId": "dev2****",
"code": "vendorCode",
"value": "vendorCode****"
}
]
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback