Get close binder

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

Path parameters

  • id integer Required

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • id integer
    • name string
    • description string
    • status string

      Values are ACTIVE, INACTIVE, DISABLED, NOT_STARTED, IN_PROGRESS, COMPLETE, or DELETED.

    • includesIssues boolean
    • includesDocuments boolean
    • includesAttachments boolean
    • includesReferences boolean
    • includesComments boolean
    • isActive boolean
    • isModifiable boolean
GET /closeAPI/api/close/binder/{id}
curl \
 --request GET 'https://customer.trintech.com/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
}