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": "u",
- "actioned_by": "John Doe",
- "created": 2186184874204172000,
- "id": "Laudantium minima.",
- "org": "j2d",
- "pipeline_execution_id": "Nisi et occaecati quis voluptate officiis ad.",
- "pipeline_stage_id": "Nesciunt quos tempore sunt est esse.",
- "project": "6q",
- "status": "Consequatur atque eum tempora distinctio dolores.",
- "updated": 5063315002659401000,
- "workspace_id": "Consectetur sapiente aut nemo amet."
}, - {
- "account": "u",
- "actioned_by": "John Doe",
- "created": 2186184874204172000,
- "id": "Laudantium minima.",
- "org": "j2d",
- "pipeline_execution_id": "Nisi et occaecati quis voluptate officiis ad.",
- "pipeline_stage_id": "Nesciunt quos tempore sunt est esse.",
- "project": "6q",
- "status": "Consequatur atque eum tempora distinctio dolores.",
- "updated": 5063315002659401000,
- "workspace_id": "Consectetur sapiente aut nemo amet."
}
]
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": "Voluptatem mollitia.",
- "pipeline_stage_id": "Minus assumenda alias quod molestiae.",
- "status": "rejected",
- "workspace_id": "Adipisci est eum est ipsa dolor laborum."
}
{- "id": "Incidunt ipsam ut."
}
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": 4627659587543559000,
- "status": "Eum alias ex molestiae adipisci odio ut.",
- "updated": 4426769579491609000
}
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"
}