GET
/closeAPI/api/close/results/issue/action-plan/{id}
curl \
--request GET 'https://customer.trintech.com/closeAPI/api/close/results/issue/action-plan/{id}'
Response examples (200)
{
"id": 42,
"name": "string",
"actionPlanId": 42,
"periodId": 42,
"periodName": "string",
"year": "string",
"subject": "string",
"taskName": "string",
"taskId": 42,
"priority": "string",
"status": {
"id": "string",
"name": "string"
},
"inboxReceiver": {
"name": "string",
"type": "U",
"emailOrQueueId": "string"
},
"logSid": 42,
"taskReference": "string",
"late": true
}