{
"deviceName": "string",
"productID": "string",
"timeStart": "string",
"timeEnd": "string",
"page": {
"page": 0,
"size": 0
},
"actions": [
"string"
],
"topics": [
"string"
],
"content": "string",
"requestID": "string"
}curl --location --request POST '/api/v1/things/device/msg/hub-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 '{
"deviceName": "string",
"productID": "string",
"timeStart": "string",
"timeEnd": "string",
"page": {
"page": 0,
"size": 0
},
"actions": [
"string"
],
"topics": [
"string"
],
"content": "string",
"requestID": "string"
}'{
"code": 200,
"msg": "success",
"data": {
"list": [
{
"timestamp": "1655480123158",
"action": "disconnected",
"requestID": "",
"tranceID": "0b5a4be8386301b07808e84d07c21f5c",
"topic": "",
"content": "",
"resultType": "0"
},
{
"timestamp": "1655473794036",
"action": "publish",
"requestID": "afwegafeegfa",
"tranceID": "f81f8b6868052902f4fd95e956892cdc",
"topic": "$thing/up/property/246EUXwpfVu/test5",
"content": "{ \n \"method\": \"report\", \n \"clientToken\": \"afwegafeegfa\", \n \"params\": { \n \"GPS_Info\":\n\t\t\t{\n\t\t\t\t\"longtitude\":33,\n\t\t\t\t\"latitude\":33\n\t\t\t}\n }\n}",
"resultType": "0"
}
],
"total": 0
}
}
扫码加入 iThings微信交流群

扫码加入交流群