Get an approval request by id
Get an approval request by id
GET
TypeScript
Path Parameters
Example:
"12345"
Response
Approval request fetched successfully
Approval request details
The approval request identifier
Example:
"12345"
The approval request type
Available options:
TAG_UPDATE, TAG_DELETE, TAG_ATTACH_DETACH The approval request state
Available options:
PENDING, APPROVED, REJECTED, FAILED, CANCELLED, EXPIRED Previous
Cancel an approval request by idCancel an approval request by id. Can only cancel requests in PENDING status. Returns 202 Accepted when the cancellation is processed.
Next
TypeScript