{
"startDate": "string",
"endDate": "string",
"compareType": "YEAR",
"finished": true,
"pjDealMajorId": "string",
"classCode": "string",
"objType": "PROJECT",
"klbEntityId": 0
}
curl --location --request POST '/ee/obj-instance/problem/problem-category/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",
"finished": true,
"pjDealMajorId": "string",
"classCode": "string",
"objType": "PROJECT",
"klbEntityId": 0
}'
[
{
"pjRiskBusinessId": "",
"riskStatus": "",
"problemDesc": "",
"positionClear": false,
"customProblem": false,
"faultProblemIds": [
0
],
"otherProblemIds": [
0
],
"crucialProblemIds": [
0
],
"highImportanceProblemIds": [
0
],
"problems": [
{
"id": 0,
"objInstanceId": "",
"objInstanceName": "",
"existed": false,
"inMeoiScope": false,
"exceptionEvents": [
{
"id": 0,
"eventNumber": ""
}
]
}
]
}
]