{
"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/detail' \
--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<>()"
}'
{
"rootTreeNode": {
"treeNodeName": "",
"treeNodeId": 0,
"classCode": "",
"className": "",
"objType": "",
"component": false,
"entityName": "",
"warnCount": 0,
"potentialCount": 0,
"happenCount": 0,
"rootWarnCount": 0,
"rootPotentialCount": 0,
"rootHappenCount": 0,
"logic": "",
"children": [
{
"treeNodeName": "",
"treeNodeId": 0,
"classCode": "",
"className": "",
"objType": "",
"component": false,
"entityName": "",
"warnCount": 0,
"potentialCount": 0,
"happenCount": 0,
"rootWarnCount": 0,
"rootPotentialCount": 0,
"rootHappenCount": 0,
"logic": "",
"children": [
{}
]
}
]
},
"fragmentaryProblemLists": [
{
"treeNodeName": "",
"treeNodeId": 0,
"classCode": "",
"className": "",
"objType": "",
"component": false,
"entityName": "",
"warnCount": 0,
"potentialCount": 0,
"happenCount": 0,
"rootWarnCount": 0,
"rootPotentialCount": 0,
"rootHappenCount": 0
}
],
"detailClasses": [
{
"classCode": "",
"className": "",
"objType": "",
"exceptionCount": 0,
"instanceList": [
{
"id": "",
"name": "",
"classCode": ""
}
],
"detailList": [
{
"entityName": "",
"entityId": 0,
"belongEntityId": 0,
"problemList": [
{
"reason": [
""
],
"reasonExceptionEventVos": [
{
"code": "",
"eeExceptionEventId": 0
}
],
"pivotalImpactProblemIds": [
0
],
"highImportanceProblemIds": [
0
],
"highImportanceAlias": [
""
],
"rccRisk": false,
"happenProblemIds": [
0
],
"warnProblemIds": [
0
],
"warnDescList": [
""
],
"riskEventBusinessIds": [
0
],
"measures": [
{
"id": 0,
"name": ""
}
],
"maintainProblemIds": [
0
],
"unMaintainProblemIds": [
0
],
"otherRiskEventList": [
{
"name": "",
"riskEventBusinessId": 0,
"count": 0
}
]
}
]
}
]
}
],
"happenChannels": [
{
"channelType": "",
"happenCount": 0,
"warnCount": 0,
"potentialCount": 0,
"happenOriginalProblem": [
""
],
"happenOriginalProblemIds": [
0
],
"potentialOriginalProblem": [
""
],
"potentialOriginalProblemIds": [
0
],
"warnOriginalProblem": [
""
],
"warnOriginalProblemIds": [
0
]
}
],
"solveChannels": [
{
"channelType": "",
"happenCount": 0,
"warnCount": 0,
"potentialCount": 0,
"happenOriginalProblem": [
""
],
"happenOriginalProblemIds": [
0
],
"potentialOriginalProblem": [
""
],
"potentialOriginalProblemIds": [
0
],
"warnOriginalProblem": [
""
],
"warnOriginalProblemIds": [
0
]
}
]
}