{
"deviceName": "string",
"productID": "string",
"dataIDs": [
"string"
]
}curl --location --request POST '/api/v1/things/device/msg/property-log-latest/index' \
--header 'iThings-token: {{iThings-token}}' \
--header 'iThings-project-id: 1786838173980422144' \
--header 'iThings-app-code: {{iThings-app-code}}' \
--header 'iThings-user-role: 1' \
--header 'Accept-Language: en' \
--header 'iThings-tenant-code;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceName": "string",
"productID": "string",
"dataIDs": [
"string"
]
}'{
"code": 200,
"msg": "success",
"data": {
"list": [
{
"timestamp": "0",
"dataID": "battery_state"
},
{
"timestamp": "0",
"dataID": "positioning_mode"
},
{
"timestamp": "0",
"dataID": "lac"
},
{
"timestamp": "0",
"dataID": "cid"
},
{
"timestamp": "0",
"dataID": "rssi"
},
{
"timestamp": "1655473794036",
"dataID": "GPS_Info",
"getValue": "{\"latitude\":33,\"longtitude\":33}"
}
],
"total": "6"
}
}
扫码加入 iThings微信交流群

扫码加入交流群