v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Legal Hold

Legal Hold policy details - v4

Returns the details of a Legal Hold policy using policyID.

get/legalholds/v4/policies/{policyId}

Path parameters

policyIdinteger required

Unique ID of the Legal Hold policy. Example - 4

Response

Example response

{
  "results": {
    "legalHoldPolicy": {
      "startDate": "Apr 11 2021",
      "endDate": "Jun 12 2021",
      "directDownLoadLink": "https://downloads.druva.com/insync/webdav/1-2/",
      "createdOn": "Feb 24 2021, 08:54",
      "usersCount": 5,
      "legalHoldType": "Human Resources",
      "webDavAuthentication": "Use your inSync Administrator credential",
      "policyId": 4,
      "createdBy": "Ernie Carter",
      "legalHoldTypeId": 1397,
      "collectionFrequency": "Not collecting",
      "name": "Jan_2021"
    }
  }
}