{
"startDate": "string",
"endDate": "string",
"compareType": "YEAR",
"finished": true,
"pjDealMajorIds": [
"string"
],
"objTypes": [
"PROJECT"
],
"classCodes": [
"string"
],
"onlyFault": true
}
curl --location --request POST '/ee/obj-instance/problem/count-by-date' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"compareType": "YEAR",
"finished": true,
"pjDealMajorIds": [
"string"
],
"objTypes": [
"PROJECT"
],
"classCodes": [
"string"
],
"onlyFault": true
}'
[
{
"date": "",
"count": {
"nowCount": 0,
"oldCount": 0
}
}
]