Skip to main content

Read an approval

Read an approval.

Responses
200
Schema OPTIONAL
id integer

A system-wide unique ID representing the approval

user_id integer

The ID of the user that triggered this approval

approval_action_id integer

The ID of the action that triggered this approval

entity_id integer

The ID of the entity whose action requires approval

entity_action string

The action that triggered this approval

original_http_request object

The HTTP request that triggered the approval

approval_http_request object

The HTTP request that has to be executed to approve this request

denial_http_request object

The HTTP request that has to be executed to deny this request

status array

Possible values: [pending, approved, denied]

execution_status array

Possible values: [pending, executing, success, failed]

dimensions object

The set of dimension/values to which this action applies.