{
"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/third-part/page' \
--header 'project-id;' \
--header 'project-id;' \
--header 'group-code;' \
--header '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"
}'
[
{
"id": 0,
"exceptionEventCode": "",
"exceptionEventName": "",
"eventNumber": "",
"exceptionStartTime": "",
"exceptionEndTime": "",
"exceptionEventStatus": "",
"duration": 0,
"resolvedProblemCount": 0,
"allProblemCount": 0,
"problems": [
{
"instanceId": "",
"instanceName": "",
"name": "",
"riskStatus": "",
"spaceIds": [
""
],
"objectType": "",
"importanceDegree": "",
"degreeAlias": ""
}
],
"importanceDegree": "",
"historyHighestDegree": "",
"riskMeasureAimLevel1Collect": [
""
],
"riskMeasureAimLevel2Collect": [
""
],
"impactCategoryList": [
{
"id": 0,
"name": "",
"crucial": ""
}
],
"instances": [
{
"instanceId": "",
"instanceName": "",
"spaceIds": [
""
],
"objectType": ""
}
]
}
]