Approval
Read an approval
Reads an approval.
get/approval/{id}
Path parameters
idinteger required
The ID of the approval.
Response
The operation was successful.
Example response
{
"id": 1234,
"user_id": 2345,
"approval_action_id": 3456,
"entity_id": 4567,
"entity_name": "deployment",
"entity_action": "deployment:create",
"status": "pending",
"execution_status": "pending",
"dimensions": {
"environment": "production",
"country": "us"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.