Approvals
Get an Approval by id
get/{spaceId}/servertaskapprovals/{serverTaskApprovalId}/approvals/{id}
Path parameters
spaceIdstring required
The id of the space for the Approval.
serverTaskApprovalIdstring required
The id of the Server Task Approval.
idstring required
The id of the Approval.
Response
Success
Example response
{
"SpaceId": "Spaces-1",
"UserId": "Users-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.