{
"year": 0,
"quarter": 0,
"targetId": "string",
"adcode": "string",
"workAreas": [
"string"
],
"financialSources": [
"string"
],
"page": 0,
"pageSize": 0
}
curl --location --request POST '/api/work/statistics/getAllDataOverviewWithTarget' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 0,
"quarter": 0,
"targetId": "string",
"adcode": "string",
"workAreas": [
"string"
],
"financialSources": [
"string"
],
"page": 0,
"pageSize": 0
}'
{
"code": 0,
"message": "string",
"data": {
"items": [
{
"quarter": 0,
"count": 0,
"projectId": "string",
"projectCode": "string",
"projectName": "string",
"orgName": "string",
"adcode": "string",
"workArea": "string",
"financialSource": "string",
"orgId": "string",
"cboOrgId": "string"
}
]
}
}