Retrieve a Workflow Approval

post

/api/v2/workflow_approvals/{id}/deny/

Make GET request to this resource to retrieve a single workflow approval record containing the following fields:

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

201 Response

400 Response

Body
Example Response (application/json)
{
    "error":"This workflow step has already been approved or denied."
}
Back to Top