GET
/cs-close-api/issue-stats
curl \
--request GET 'https://customer.trintech.com/cs-close-api/issue-stats?statsSearchCriteria=%7B%7D'
Response examples (200)
{
"complete": {
"count": 42,
"criticalCount": 42,
"routineCount": 42,
"ids": [
42
],
"criticalIds": [
42
],
"routineIds": [
42
]
},
"inprocess": {
"count": 42,
"criticalCount": 42,
"routineCount": 42,
"ids": [
42
],
"criticalIds": [
42
],
"routineIds": [
42
]
},
"late": {
"count": 42,
"criticalCount": 42,
"routineCount": 42,
"ids": [
42
],
"criticalIds": [
42
],
"routineIds": [
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"
}
}