{
"createStartTime": "string",
"createEndTime": "string",
"finished": true,
"riskStatus": [
"NORMAL"
],
"limit": 100,
"lastId": 0,
"classCode": "string"
}
curl --location --request POST '/ee/problem/third-part/page' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"createStartTime": "string",
"createEndTime": "string",
"finished": true,
"riskStatus": [
"NORMAL"
],
"limit": 100,
"lastId": 0,
"classCode": "string"
}'
[
{
"id": 0,
"pjRiskBusinessId": "",
"pjRiskInstanceBusinessId": "",
"meoiSpaceTypeCode": "",
"businessCategory": {
"id": 0,
"name": "",
"issueTypes": [
{
"id": 0,
"name": "",
"deleteAble": false
}
],
"issueLevels": [
{
"alias": "",
"level": ""
}
],
"deleteAble": false,
"prefabrication": false
},
"objectCategories": [
{
"id": 0,
"parentId": 0,
"desc": "",
"children": [
{
"id": 0,
"parentId": 0,
"desc": "",
"children": []
}
]
}
],
"rwdInstanceId": "",
"classCode": "",
"riskStatus": "",
"oldRiskStatus": "",
"problemDesc": "",
"noTreatment": false,
"exceptionEvents": [
{
"id": 0,
"eventName": "",
"eventNum": "",
"now": "",
"exceptionEventStatus": "",
"startTime": "",
"updateTime": "",
"endTime": ""
}
],
"pjRiskImpactCategories": [
{
"id": 0,
"name": "",
"crucial": "",
"deleteAble": false
}
],
"startTime": "",
"endTime": "",
"customerOrderCount": 0,
"needManualVerify": false,
"targetSolvedTime": "",
"targetResponseTime": "",
"finished": false,
"projectId": "",
"groupCode": "",
"sourceType": "",
"entityId": 0,
"otherInstance": false,
"isOtherObject": false,
"component": false,
"highestStatus": ""
}
]