ServerTaskApprovals

Gets a server task approval and associated approvals by task id

get/{spaceId}/tasks/{id}/servertaskapproval

Path parameters

spaceIdstring required

The id of the space for the Server Task Approval.

idstring required

The id of the Server Task.

Response

The requested Server Task Approval and associated approvals

Example response

{
  "Resource": {
    "Approvals": [
      {
        "SpaceId": "Spaces-1",
        "UserId": "Users-1"
      }
    ],
    "SpaceId": "Spaces-1"
  }
}

Changes

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