{
"deviceName": "string",
"productID": "string",
"dataIDs": [
"string"
],
"ignoreEmpty": true
}
curl --location --request POST '/api/v1/things/device/msg/property-log-latest/index' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceName": "string",
"productID": "string",
"dataIDs": [
"string"
],
"ignoreEmpty": true
}'
{
"code": "200",
"msg": "string",
"data": {
"list": [
{
"timestamp": "string",
"deviceName": "string",
"dataID": "string",
"value": "string",
"tenantCode": "string",
"projectID": "string",
"areaID": "string",
"areaIDPath": "string",
"areaIDs": [
"string"
],
"belongGroup": {}
}
],
"page": 0,
"pageSize": 0,
"total": 0
}
}