ServerTaskApprovals
Retrieves details of a specific server task approval by its ID.
get/{spaceId}/servertaskapprovals/{id}
Path parameters
spaceIdstring required
idstring required
Response
Represents the response containing a single server task approval by its identifier.
Example response
{
"ServerTaskId": "ServerTasks-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.