{
"token": "string",
"tenantId": 0,
"permissionOrganizationIds": [
0
],
"pageNo": 0,
"pageSize": 0,
"pageNoBegin": 0,
"pageNoEnd": 0,
"id": 0,
"communityId": 0,
"noticeWay": "string",
"organizationId": 0,
"create_time": "2019-08-24T14:15:22Z",
"staffId": "string",
"staffName": "string"
}
curl --location --request POST 'https://test.jiuyun.pro/api/iot/v1/alarm/config/alarmConfigPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"tenantId": 0,
"permissionOrganizationIds": [
0
],
"pageNo": 0,
"pageSize": 0,
"pageNoBegin": 0,
"pageNoEnd": 0,
"id": 0,
"communityId": 0,
"noticeWay": "string",
"organizationId": 0,
"create_time": "2019-08-24T14:15:22Z",
"staffId": "string",
"staffName": "string"
}'
{
"errCode": 0,
"errMsg": "string",
"data": [
{
"id": 0,
"communityId": 0,
"communityName": "string",
"organizationId": 0,
"noticeWay": "string",
"createTime": "2019-08-24T14:15:22Z",
"staffIds": [
0
],
"staffName": "string"
}
]
}