Get a Role by Id

get

/process/api/v1/data-access/roles/{id}

Finds the role using ID in the data access control service.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Role
Body ()
Root Schema : Role
Type: object
Title: Role
Defines Role
Show Source
Nested Schema : links
Type: array
Show Source

400 Response

Bad request
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

401 Response

Unauthorized
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

429 Response

Too many requests

500 Response

Internal server error
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

503 Response

Too many exceptions or too slow requests
Back to Top