GET
/task-stats-close-day
curl \
--request GET 'https://usaapi02.cadencyservices.trintech.com/test/api/task-stats-close-day?statsSearchCriteria=%7B%7D' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"closeDays": [
{
"name": "string",
"closeDate": "2025-05-04T09:42:00Z",
"completeCount": 42,
"inProcessCount": 42,
"lateCount": 42,
"dayOrder": 42
}
]
}
Response examples (400)
{
"statusCode": "string",
"code": "string",
"message": "string",
"referenceId": "string",
"details": {
"localizedMessage": "string"
}
}
Response examples (500)
{
"statusCode": "string",
"code": "string",
"message": "string",
"referenceId": "string",
"details": {
"localizedMessage": "string"
}
}