Get close binders

GET /closeAPI/api/close/binder

Responses

GET /closeAPI/api/close/binder
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/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
  }
]