v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBLegal Hold
Get eDiscovery Download Client details - v4
Returns details of a eDiscovery Download Client.
get/legalholds/v4/clients/{clientId}
Path parameters
clientIdinteger required
Client ID for which details are to be fetched. Example - 54.
Response
Details of the client requested.
Example response
{
"ddClientHostName": "John-8765-Windows-PC",
"clientSecretId": "E1AMfwKbQUXGY6sbPB9igPyDL3CbhyWa",
"client_features": {
"metadata_download": true,
"zip_download": true,
"data_download": true,
"integrity_check": true
},
"cplatform": "win32",
"name": "client1_PF_123",
"clientVersion": "1.1.1",
"ip": "110.11.14.10",
"clientId": 59,
"connectionStatus": "Connected",
"createdBy": "John Doe",
"defaultDownloadLocation": "D:\\Data",
"activationTime": 1624887294
}