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