Get close binder

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

Path parameters

  • id integer Required

Responses

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