Get groups

GET /closeAPI/api/close/assignment/group

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • id integer
    • name string
    • description string
    • statusId integer
GET /closeAPI/api/close/assignment/group
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/close/assignment/group'
Response examples (200)
[
  {
    "id": 42,
    "name": "string",
    "description": "string",
    "statusId": 42
  }
]