Parameters

Name In Type Required Description
id path string true id of the review task

Example responses

200 Response

[
  {
    "id": "string",
    "name": "string",
    "path": "string",
    "lock": {
      "ownerId": "string",
      "timeToLive": 0,
      "ownerName": "string",
      "ownerAvatarUrl": "string"
    }
  }
]