Get an individual role
GET
http://localhost:3000/authorization/roles/:roleId
Returns an individual role.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
roleIdstringRequired
The id for the requested role.
Response
The individual role document.
provenancestring
namestring
descriptionstring
allowedMethodslist of objects
allowedViewslist of objects
_metaobject
Errors
500
Internal Server Error