v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Legal Hold

List Legal Hold policies - v4

Returns a list of all the Legal Hold policies that are configured in Druva inSync.

get/legalholds/v4/policies

Query parameters

sortBy'createdOn' | 'name'

Sort Legal Hold policies by using one of the following options.

sortOrder'asc' | 'desc'

Specify the parameter by which you intend to sort the listed results. Sorting can be done in ascending or descending order.

custodiansstring

Specify the Custodian email IDs separated by comma. Example - John.Doe@druva.com

legalHoldTypes'Human Resources' | 'Information Security' | 'Legal'

Specify the Legal Hold type. Select a predefined type from the available options or a custom type as per your need.

searchStringstring

Search by Legal Hold name. Example - Jan_2021

Response

Example response

{
  "results": {
    "legalHoldsList": [
      {
        "startDate": "Apr 11 2021",
        "endDate": "Jun 12 2021",
        "webDavAccessType": "All Collected Data",
        "createdOn": "Jul 01 2021, 08:54",
        "legalHoldType": "Human Resources",
        "policyId": 20,
        "createdBy": "Ernie Carter",
        "numberOfCustodians": 7,
        "legalHoldTypeId": 132,
        "name": "Jan_2021"
      }
    ]
  }
}