{
"current": 1,
"size": 10,
"localNameKeyword": "string",
"buildingIdList": [
"string"
],
"floorIdList": [
"string"
],
"roomFuncTypeCodeList": [
"string"
],
"inSpaceIds": [
"string"
],
"majorCodes": [
"string"
],
"riskEventBusinessId": 0,
"dealMajorId": 0,
"evaluable": true,
"predictable": true,
"follow": true,
"hasStrategy": true
}
curl --location --request POST '/pj/risk-event/instance/page' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 10,
"localNameKeyword": "string",
"buildingIdList": [
"string"
],
"floorIdList": [
"string"
],
"roomFuncTypeCodeList": [
"string"
],
"inSpaceIds": [
"string"
],
"majorCodes": [
"string"
],
"riskEventBusinessId": 0,
"dealMajorId": 0,
"evaluable": true,
"predictable": true,
"follow": true,
"hasStrategy": true
}'
{
"records": [
{
"id": "",
"localName": "",
"objType": "",
"classCode": "",
"localId": "",
"building": {
"id": "",
"localName": "",
"objType": "",
"classCode": "",
"localId": ""
},
"floor": {
"id": "",
"localName": "",
"objType": "",
"classCode": "",
"localId": "",
"floorSequenceId": 0
},
"spaces": [
{
"id": "",
"localName": "",
"objType": "",
"classCode": "",
"localId": "",
"roomFuncType": "",
"roomFuncTypeDesc": "",
"spaceId": "",
"spaceName": ""
}
],
"instanceTreeId": 0,
"evaluable": false,
"predictable": false,
"inMeoiScope": false
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"countId": "",
"maxLimit": 0,
"pages": 0
}