{
"startYear": 0,
"endYear": 0,
"page": 0,
"pageSize": 0,
"isReviewed": true,
"projectId": "string",
"projectCode": "string",
"orgId": "string",
"orgName": "string",
"adcode": "string",
"workArea": "string",
"reviewState": 0,
"reviewResult": "string"
}
curl --location --request POST '/api/execute/getReviewList' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"startYear": 0,
"endYear": 0,
"page": 0,
"pageSize": 0,
"isReviewed": true,
"projectId": "string",
"projectCode": "string",
"orgId": "string",
"orgName": "string",
"adcode": "string",
"workArea": "string",
"reviewState": 0,
"reviewResult": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"items": [
{
"executeId": "string",
"projectId": "string",
"projectCode": "string",
"name": "string",
"orgId": "string",
"orgName": "string",
"workArea": "string",
"expertAuditResult": "string",
"totalBudget": 0,
"reviewState": 0,
"reviewExperts": [
{
"uid": "string",
"account": "string"
}
]
}
],
"total": 0
}
}