{
"deviceNames": [
"string"
],
"types": [
"string"
],
"productID": "string",
"dataID": "string",
"timeStart": "string",
"timeEnd": "string",
"page": {
"page": 0,
"size": 0
}
}curl --location --request POST '/api/v1/things/device/msg/event-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 '{
"deviceNames": [
"string"
],
"types": [
"string"
],
"productID": "string",
"dataID": "string",
"timeStart": "string",
"timeEnd": "string",
"page": {
"page": 0,
"size": 0
}
}'{
"code": 200,
"msg": "success",
"data": {
"list": [
{
"timestamp": "1664294916501",
"type": "alert",
"dataID": "pow_low",
"params": "{\"pow\":2.8}"
},
{
"timestamp": "1664294916254",
"type": "alert",
"dataID": "pow_low",
"params": "{\"pow\":2.8}"
},
{
"timestamp": "1664294724415",
"type": "alert",
"dataID": "pow_low",
"params": "{\"pow\":2.8}"
},
{
"timestamp": "1664294724153",
"type": "alert",
"dataID": "pow_low",
"params": "{\"pow\":2.8}"
}
],
"total": 4
}
}
扫码加入 iThings微信交流群

扫码加入交流群