ServerTaskApprovals
Retrieves details of a specific server task approval by its ID.
get/spaces/{spaceIdentifier}/servertaskapprovals/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
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.