Get roles

GET /closeAPI/api/close/assignment/roles

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • type string

      Values are OWNER, VIEWER, PERFORMER, REVIEWER, or APPROVER.

    • name string
GET /closeAPI/api/close/assignment/roles
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/assignment/roles'
Response examples (200)
[
  {
    "type": "OWNER",
    "name": "string"
  }
]