{
"size": 10,
"current": 1,
"keyword": "string",
"instanceIds": [
"string"
],
"classCodes": [
"string"
],
"queryDealMajor": true
}
curl --location --request POST '/pj/exception/phenomenon/instance/select' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"size": 10,
"current": 1,
"keyword": "string",
"instanceIds": [
"string"
],
"classCodes": [
"string"
],
"queryDealMajor": true
}'
{
"records": [
{
"instanceId": "",
"instanceName": "",
"classCode": "",
"className": "",
"entityBusinessId": 0,
"entityName": "",
"belongEntityBusinessId": 0,
"component": false,
"name": "",
"pjRiskBusinessId": "",
"feedbackResult": "",
"pjDealMajorId": 0,
"dealMajorName": "",
"componentName": "",
"mergeElements": false,
"pjRiskBusinessInstanceId": "",
"businessId": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"countId": "",
"maxLimit": 0,
"pages": 0
}