Get linked close tasks

GET /closeAPI/api/close/binder/{id}/tasks

Path parameters

  • id integer Required

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
GET /closeAPI/api/close/binder/{id}/tasks
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/binder/{id}/tasks'
Response examples (200)
[
  {
    "id": 42,
    "number": "string",
    "name": "string"
  }
]