Get reopen recipient options

GET /closeAPI/api/close/results/issue/{id}/reopen-receivers

Path parameters

  • id integer Required

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • username string
    • name string
    • slotCode integer(int32)
    • type string

      Values are INITIATED_BY, APPROVER_INITIAL, OWNER, or APPROVER_FINAL.

GET /closeAPI/api/close/results/issue/{id}/reopen-receivers
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/close/results/issue/{id}/reopen-receivers'
Response examples (200)
[
  {
    "username": "string",
    "name": "string",
    "slotCode": 42,
    "type": "INITIATED_BY"
  }
]