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
- application/json
Path Parameters
Back to Top
Response
Supported Media Types
- application/json
201 Response
400 Response
Example Response (application/json)
{
"error":"This workflow step has already been approved or denied."
}