List all the approvals
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
[- {
- "account": "i",
- "actioned_by": "John Doe",
- "created": 6122713216255251000,
- "id": "Aut et odit.",
- "org": "lr",
- "pipeline_execution_id": "Et distinctio porro architecto.",
- "pipeline_stage_id": "Atque est quod.",
- "project": "om",
- "status": "Commodi quia provident omnis.",
- "updated": 8408550408174670000,
- "workspace_id": "Est quasi."
}, - {
- "account": "i",
- "actioned_by": "John Doe",
- "created": 6122713216255251000,
- "id": "Aut et odit.",
- "org": "lr",
- "pipeline_execution_id": "Et distinctio porro architecto.",
- "pipeline_stage_id": "Atque est quod.",
- "project": "om",
- "status": "Commodi quia provident omnis.",
- "updated": 8408550408174670000,
- "workspace_id": "Est quasi."
}
]
Create an approval resource
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
{- "pipeline_execution_id": "Et explicabo.",
- "pipeline_stage_id": "Harum mollitia sint et.",
- "status": "approved",
- "workspace_id": "A ad adipisci dolores."
}
{- "id": "Et sed est deleniti quia cum."
}
Retrieve a single approval
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
{- "actioned_by": "John Doe",
- "created": 370435769042479600,
- "status": "Ut id quis laboriosam.",
- "updated": 305139489086414140
}
Update a single approval
OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
{- "actioned_by": "John Doe",
- "status": "rejected"
}