Get binders by close task

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

Path parameters

  • id integer Required

Responses

GET /closeAPI/api/close/task/{id}/binder
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/task/{id}/binder'
Response examples (200)
[
  {
    "id": 42,
    "name": "string",
    "description": "string",
    "status": "ACTIVE",
    "includesIssues": true,
    "includesDocuments": true,
    "includesAttachments": true,
    "includesReferences": true,
    "includesComments": true,
    "isActive": true,
    "isModifiable": true
  }
]