{
"startDate": "string",
"endDate": "string",
"compareType": "YEAR",
"pivotalImpact": true,
"highImportance": true,
"followMark": true,
"finished": true
}
curl --location --request POST '/ee/risk-event/statistics-list' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"compareType": "YEAR",
"pivotalImpact": true,
"highImportance": true,
"followMark": true,
"finished": true
}'
{
"statisticsList": [
{
"riskEventBusinessId": 0,
"majorCode": "",
"majorName": "",
"majorSort": 0,
"objType": "",
"riskEventName": "",
"pivotalImpactCount": {
"nowCount": 0,
"oldCount": 0
},
"highImportanceCount": {
"nowCount": 0,
"oldCount": 0
},
"happenCount": {
"nowCount": 0,
"oldCount": 0
},
"pivotalImpactHappenCount": {
"nowCount": 0,
"oldCount": 0
},
"highImportanceHappenCount": {
"nowCount": 0,
"oldCount": 0
},
"warnCount": {
"nowCount": 0,
"oldCount": 0
},
"solvedTime": 0,
"timeoutUnsolvedCount": {
"nowCount": 0,
"oldCount": 0
},
"followMark": false,
"startTime": "",
"sort": 0,
"rwdInstanceIds": [
""
],
"eeRiskEventList": [
{
"name": "",
"id": 0,
"startTime": "",
"exceptionHappen": 0,
"warnPotentialHappen": 0,
"exceptionEventIds": [
0
],
"crucialExceptionEventIds": [
0
]
}
],
"oldEeRiskEventList": [
{
"name": "",
"id": 0,
"startTime": "",
"exceptionHappen": 0,
"warnPotentialHappen": 0,
"exceptionEventIds": [
0
],
"crucialExceptionEventIds": [
0
]
}
]
}
],
"majorList": [
{
"code": "",
"name": "",
"sort": 0
}
]
}