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.

ApprovalProviderIdstring required
Idstring required
Namestring required
ServerTaskIdstring required
SpaceIdstring required

Example response

{
  "ServerTaskId": "ServerTasks-1",
  "SpaceId": "Spaces-1"
}

Changes

No recorded changes to this endpoint across all 7 revisions of this API.