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": "tmn",
- "actioned_by": "John Doe",
- "created": 4180373480918361000,
- "id": "Aut expedita tempora commodi facilis est vitae.",
- "org": "c46",
- "pipeline_execution_id": "Id aut similique perspiciatis est qui et.",
- "pipeline_stage_id": "Consequatur sequi minima.",
- "project": "fxb",
- "status": "Perferendis dolore laboriosam.",
- "updated": 8726812752969690000,
- "workspace_id": "Unde porro nihil magni."
}, - {
- "account": "tmn",
- "actioned_by": "John Doe",
- "created": 4180373480918361000,
- "id": "Aut expedita tempora commodi facilis est vitae.",
- "org": "c46",
- "pipeline_execution_id": "Id aut similique perspiciatis est qui et.",
- "pipeline_stage_id": "Consequatur sequi minima.",
- "project": "fxb",
- "status": "Perferendis dolore laboriosam.",
- "updated": 8726812752969690000,
- "workspace_id": "Unde porro nihil magni."
}, - {
- "account": "tmn",
- "actioned_by": "John Doe",
- "created": 4180373480918361000,
- "id": "Aut expedita tempora commodi facilis est vitae.",
- "org": "c46",
- "pipeline_execution_id": "Id aut similique perspiciatis est qui et.",
- "pipeline_stage_id": "Consequatur sequi minima.",
- "project": "fxb",
- "status": "Perferendis dolore laboriosam.",
- "updated": 8726812752969690000,
- "workspace_id": "Unde porro nihil magni."
}
]
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": "Ratione repellat debitis veritatis laudantium.",
- "pipeline_stage_id": "Accusantium voluptatibus velit ipsam atque excepturi reprehenderit.",
- "status": "pending",
- "workspace_id": "Non in tenetur dolor voluptatem."
}
{- "id": "Inventore aut at dolores."
}
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": 8859057997824401000,
- "status": "Rerum hic.",
- "updated": 110585034153257820
}
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"
}