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": "1t",
- "actioned_by": "John Doe",
- "created": 2458570048166372400,
- "id": "Aspernatur rerum vero aliquam ratione et eius.",
- "org": "3e",
- "pipeline_execution_id": "Tempora commodi facilis est vitae dolorum.",
- "pipeline_stage_id": "Dolore laboriosam aut laborum ea.",
- "project": "7u6",
- "status": "Nobis explicabo amet animi qui.",
- "updated": 4917394170038468000,
- "workspace_id": "Ab voluptatem molestiae."
}, - {
- "account": "1t",
- "actioned_by": "John Doe",
- "created": 2458570048166372400,
- "id": "Aspernatur rerum vero aliquam ratione et eius.",
- "org": "3e",
- "pipeline_execution_id": "Tempora commodi facilis est vitae dolorum.",
- "pipeline_stage_id": "Dolore laboriosam aut laborum ea.",
- "project": "7u6",
- "status": "Nobis explicabo amet animi qui.",
- "updated": 4917394170038468000,
- "workspace_id": "Ab voluptatem molestiae."
}
]
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": "Voluptatum provident voluptas fugiat.",
- "pipeline_stage_id": "Cumque est sunt est quia.",
- "status": "rejected",
- "workspace_id": "Porro ipsa odit corrupti."
}
{- "id": "Atque dolor corrupti quae debitis cum voluptatem."
}
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": 3650184525441088000,
- "status": "Id repellat est beatae.",
- "updated": 8763687990281301000
}
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": "approved"
}