Authorization Resource Options
The OPTIONS request allows you to check for the set of available operations that the currently
authenticated user can perform on a given instance of the /authorization resource.
Whether the user can perform an operation or not may depend on various factors, including the users
authorizations to interact with this resource and the internal configuration of the process engine.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the authorization to be retrieved.
Response
Request successful.
The links associated to this resource, with method, href and rel.