Get action plan data 1

GET /closeAPI/api/close/results/issue/action-plan/{id}

Path parameters

  • id integer Required

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • id integer
    • name string
    • actionPlanId integer
    • periodId integer
    • periodName string
    • year string
    • subject string
    • taskName string
    • taskId integer
    • priority string
    • status object
      Hide status attributes Show status attributes object
      • id string
      • name string
    • inboxReceiver object
      Hide inboxReceiver attributes Show inboxReceiver attributes object
      • name string
      • type string

        Values are U or Q.

      • emailOrQueueId string
    • logSid integer
    • taskReference string
    • late boolean
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
}