GET
/closeAPI/api/close/results/issue/search
curl \
--request GET 'https://customer.trintech.com/closeAPI/api/close/results/issue/search'
Response examples (200)
{
"totalElements": 42,
"totalPages": 42,
"size": 42,
"content": [
{
"id": 42,
"name": "string",
"actionPlanId": 42,
"periodId": 42,
"periodName": "string",
"yearName": "string",
"subject": "string",
"taskName": "string",
"taskId": 42,
"priority": "string",
"statusType": "NOT_STARTED",
"inboxReceiver": {
"name": "string",
"type": "U",
"emailOrQueueId": "string"
},
"logSid": 42,
"taskReference": "string",
"late": true
}
],
"number": 42,
"sort": [
{
"direction": "string",
"nullHandling": "string",
"ascending": true,
"property": "string",
"ignoreCase": true
}
],
"first": true,
"last": true,
"numberOfElements": 42,
"pageable": {
"offset": 42,
"sort": [
{
"direction": "string",
"nullHandling": "string",
"ascending": true,
"property": "string",
"ignoreCase": true
}
],
"unpaged": true,
"pageNumber": 42,
"pageSize": 42,
"paged": true
},
"empty": true
}