{
"records": "Collections.emptyList()",
"total": 0,
"size": 10,
"current": 1,
"orders": "new ArrayList<>()",
"optimizeCountSql": true,
"searchCount": true,
"optimizeJoinOfCountSql": true,
"countId": "string",
"maxLimit": 0,
"exceptionUpdateTime": "string",
"updateStartTime": "string",
"updateEndTime": "string",
"createStartTime": "string",
"createEndTime": "string",
"startTime": "string",
"endTime": "string",
"exceptionEventStatus": "UNRESOLVED",
"reporters": "new HashSet<>(5)",
"objTypes": "new HashSet<>(5)",
"classCodes": "new HashSet<>(5)",
"meoiSpaceTypes": "new HashSet<>(5)",
"majorCodes": "new HashSet<>(5)",
"filterOther": true,
"dealMajorIds": "new HashSet<>(5)",
"pjRiskBusinessIds": "new HashSet<>(5)",
"lastId": 0,
"limit": 0,
"needVerification": true,
"sourceTypes": [
"RISK_REPORT_UPLOAD"
],
"exceptionIds": [
0
],
"spaceIds": [
"string"
],
"rwdInstanceIds": [
"string"
],
"keyWord": "string",
"orderBy": "SEVERITY",
"impactCategoryIds": [
0
],
"historyImpactCategoryIds": [
0
],
"solveProcesses": "Lists.newArrayList()",
"importanceDegree": "Lists.newArrayList()",
"impactExpansion": "IE_00",
"externalCustomer": true,
"dataPermissionFilter": "string"
}
curl --location --request POST '/exception/event/page' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"records": "Collections.emptyList()",
"total": 0,
"size": 10,
"current": 1,
"orders": "new ArrayList<>()",
"optimizeCountSql": true,
"searchCount": true,
"optimizeJoinOfCountSql": true,
"countId": "string",
"maxLimit": 0,
"exceptionUpdateTime": "string",
"updateStartTime": "string",
"updateEndTime": "string",
"createStartTime": "string",
"createEndTime": "string",
"startTime": "string",
"endTime": "string",
"exceptionEventStatus": "UNRESOLVED",
"reporters": "new HashSet<>(5)",
"objTypes": "new HashSet<>(5)",
"classCodes": "new HashSet<>(5)",
"meoiSpaceTypes": "new HashSet<>(5)",
"majorCodes": "new HashSet<>(5)",
"filterOther": true,
"dealMajorIds": "new HashSet<>(5)",
"pjRiskBusinessIds": "new HashSet<>(5)",
"lastId": 0,
"limit": 0,
"needVerification": true,
"sourceTypes": [
"RISK_REPORT_UPLOAD"
],
"exceptionIds": [
0
],
"spaceIds": [
"string"
],
"rwdInstanceIds": [
"string"
],
"keyWord": "string",
"orderBy": "SEVERITY",
"impactCategoryIds": [
0
],
"historyImpactCategoryIds": [
0
],
"solveProcesses": "Lists.newArrayList()",
"importanceDegree": "Lists.newArrayList()",
"impactExpansion": "IE_00",
"externalCustomer": true,
"dataPermissionFilter": "string"
}'
{
"records": [
{
"id": 0,
"exceptionEventStatus": "",
"exceptionEventName": "",
"exceptionEventCode": "",
"exceptionEventType": "",
"exceptionStartTime": "",
"exceptionEndTime": "",
"exceptionUpdateTime": "",
"duration": 0,
"allProblemCount": 0,
"resolvedProblemCount": 0,
"impactExpansion": "",
"instances": [
{
"instanceId": "",
"instanceName": "",
"classCode": "",
"spaceId": "",
"spaceName": ""
}
],
"abnormalInstances": [
{
"instanceId": "",
"instanceName": "",
"classCode": "",
"spaceId": "",
"spaceName": ""
}
],
"historyInstances": [
{
"instanceId": "",
"instanceName": "",
"classCode": "",
"spaceId": "",
"spaceName": ""
}
],
"problems": [
{
"id": 0,
"problemDesc": "",
"pjRiskBusinessId": "",
"instanceId": "",
"instanceName": "",
"spaceId": "",
"spaceName": "",
"feedbackResult": ""
}
],
"riskEvents": [
{
"riskEventName": "",
"instanceTreeId": 0,
"instances": [
{
"instanceId": "",
"instanceName": "",
"classCode": "",
"spaceId": "",
"spaceName": ""
}
],
"problems": [
{
"id": 0,
"problemDesc": "",
"pjRiskBusinessId": "",
"instanceId": "",
"instanceName": "",
"spaceId": "",
"spaceName": "",
"feedbackResult": ""
}
],
"exceptionCount": 0,
"warnCount": 0
}
],
"exceptionNumber": "",
"importanceDegree": "",
"earlyImportanceDegree": "",
"historyHighestDegree": "",
"degreeChangeTime": "",
"impactCategories": [
{
"id": 0,
"name": "",
"crucial": ""
}
],
"potentialImpactCategories": [
{
"id": 0,
"name": "",
"crucial": ""
}
],
"historyImpactCategories": [
{
"id": 0,
"name": "",
"crucial": ""
}
],
"historyPotentialImpactCategories": [
{
"id": 0,
"name": "",
"crucial": ""
}
],
"earlyImpactCategories": [
{
"id": 0,
"name": "",
"crucial": ""
}
],
"impactCategoryChangeTime": "",
"solveProcess": "",
"riskMeasureAimLevel1Collect": [
""
],
"riskMeasureAimLevel2Collect": [
""
],
"externalCustomer": false,
"haveCost": false,
"targetFinishTime": "",
"minRequireSolveTime": "",
"maxRequireSolveTime": "",
"noTreatment": false,
"needVerification": false,
"userName": "",
"sendMessage": false,
"createTime": "",
"misstatement": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"countId": "",
"maxLimit": 0
}