{
"startDate": "string",
"endDate": "string",
"compareType": "YEAR",
"pivotalImpact": true,
"highImportance": true,
"followMark": true,
"finished": true,
"riskEventBusinessId": 0,
"categoryUniqueKey": "string",
"rwdInstanceIds": "new LinkedList<>()"
}
curl --location --request POST '/ee/risk-event/exception-event-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,
"riskEventBusinessId": 0,
"categoryUniqueKey": "string",
"rwdInstanceIds": "new LinkedList<>()"
}'
[
{
"id": 0,
"eventNumber": "",
"startTime": "",
"endTime": "",
"pivotalImpact": false,
"highImportance": false,
"highImportanceAlias": [
""
],
"exceptionEventStatus": "",
"sort": 0
}
]