0
curl --location --request POST 'https://test.jiuyun.pro/api/iot/v1/monitor/monitorEventByCommunityId' \
--header 'Content-Type: application/json' \
--data-raw '0'
{
"errCode": 0,
"errMsg": "string",
"data": [
{
"id": 0,
"createTime": "2019-08-24T14:15:22Z",
"organizationId": 0,
"eventType": "string",
"eventDescription": "string",
"eventImages": "string",
"deviceName": "string",
"alarmTime": "2019-08-24T14:15:22Z",
"processState": 0,
"processResult": 0,
"staffId": 0,
"staffName": "string",
"processTime": "2019-08-24T14:15:22Z",
"worksheetId": 0,
"eventId": 0,
"deviceId": 0,
"communityId": 0
}
]
}