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": "4",
- "actioned_by": "John Doe",
- "created": 3621902536542514000,
- "id": "Sed accusamus voluptatem nisi et accusantium.",
- "org": "l4",
- "pipeline_execution_id": "Nobis aspernatur rerum vero aliquam.",
- "pipeline_stage_id": "Et eius culpa nobis explicabo.",
- "project": "ec",
- "status": "Doloremque necessitatibus ab reprehenderit.",
- "updated": 3066046670084265000,
- "workspace_id": "Animi qui laudantium."
}, - {
- "account": "4",
- "actioned_by": "John Doe",
- "created": 3621902536542514000,
- "id": "Sed accusamus voluptatem nisi et accusantium.",
- "org": "l4",
- "pipeline_execution_id": "Nobis aspernatur rerum vero aliquam.",
- "pipeline_stage_id": "Et eius culpa nobis explicabo.",
- "project": "ec",
- "status": "Doloremque necessitatibus ab reprehenderit.",
- "updated": 3066046670084265000,
- "workspace_id": "Animi qui laudantium."
}
]
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 eius rem officia est.",
- "pipeline_stage_id": "Enim aperiam.",
- "status": "approved",
- "workspace_id": "Error id."
}
{- "id": "Possimus fuga modi."
}
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": 1318914910617537300,
- "status": "Nostrum nobis in consectetur ut aut.",
- "updated": 8593241892990174000
}
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"
}