Get action plan data 1
Path parameters
-
id
integer Required
GET
/closeAPI/api/close/results/issue/action-plan/{id}
curl \
--request GET 'http://close-service:8082/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
}