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
GET /closeAPI/api/close/results/issue/{id}/reopen-receivers
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/results/issue/{id}/reopen-receivers'
Response examples (200)
[
  {
    "username": "string",
    "name": "string",
    "slotCode": 42,
    "type": "INITIATED_BY"
  }
]