Show approval
Retrieve a single approval
Org is the organisation identifier.
1Project is the project identifier.
zqafbbedda-95ac-4183-a480-1fccf6815767Account is the internal customer account ID.
murOK response.
Show-ApprovalResponseBody result type (statusInfo view)
User that approved/rejected the step
John DoeEmail of the user that approved/rejected the step
john.doe@example.comCreated is the unix timestamp at which the resource was originally created in milliseconds.
3313899359027178000Status of the approval resource
pendingExample: Consequuntur voluptatem facere.Modified is the unix timestamp at which the resource was last modified in milliseconds.
5539728288130761000BadRequestError: 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.
GET /api/orgs/{org}/projects/{project}/approvals/{id} HTTP/1.1
Host: localhost:80
Harness-Account: mur
Accept: */*
{
"actioned_by": "John Doe",
"actioned_by_email": "john.doe@example.com",
"created": 3206957337622337000,
"status": "Id nemo.",
"updated": 5095816187814179000
}Last updated
Was this helpful?