Get inbox receivers

GET /closeAPI/api/close/results/task/inbox-receivers

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
GET /closeAPI/api/close/results/task/inbox-receivers
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/results/task/inbox-receivers'
Response examples (200)
[
  {
    "id": 42,
    "name": "string",
    "type": "U"
  }
]