{
"projectId": "string",
"year": 0,
"targetId": "string"
}
curl --location --request POST '/api/work/statistics/getDataOverviewWithTarget' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"year": 0,
"targetId": "string"
}'
{
"code": 200,
"message": "Ok",
"data": {
"items": [
{
"quarter": 0,
"count": 99
},
{
"quarter": 1,
"count": 57
},
{
"quarter": 2,
"count": 54
}
]
}
}