{
"productID": "string",
"deviceName": "string",
"projectID": "string",
"areaIDs": [
"string"
],
"status": 0,
"timeStart": "string",
"timeEnd": "string",
"page": {
"page": 0,
"size": 0
}
}curl --location --request POST '/api/v1/things/device/msg/status-log/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 '{
"productID": "string",
"deviceName": "string",
"projectID": "string",
"areaIDs": [
"string"
],
"status": 0,
"timeStart": "string",
"timeEnd": "string",
"page": {
"page": 0,
"size": 0
}
}'{
"code": 200,
"msg": "success",
"data": {
"list": [
{
"timestamp": "1655473794036",
"dataID": "GPS_Info",
"getValue": "{\"latitude\":33,\"longtitude\":33}"
},
{
"timestamp": "1655472886280",
"dataID": "GPS_Info",
"getValue": "{\"latitude\":33,\"longtitude\":33}"
}
],
"total": "2"
}
}
扫码加入 iThings微信交流群

扫码加入交流群