{ "opencollection": "1.0.0", "info": { "name": "RelativityOne Legal Hold Communications Preservation API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Preservation", "type": "folder" }, "items": [ { "info": { "name": "Preserve Custodian Data", "type": "http" }, "http": { "method": "POST", "url": "https://relativity.rest/api/relativity-environment/v1/workspaces/:workspaceId/legal-hold/projects/:projectId/preserve", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The artifact ID of the workspace." }, { "name": "projectId", "value": "", "type": "path", "description": "The artifact ID of the legal hold project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates data preservation for custodians across Microsoft 365 and Google Workspace data sources." }, { "info": { "name": "Release Custodian from Project", "type": "http" }, "http": { "method": "POST", "url": "https://relativity.rest/api/relativity-environment/v1/workspaces/:workspaceId/legal-hold/projects/:projectId/release", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The artifact ID of the workspace." }, { "name": "projectId", "value": "", "type": "path", "description": "The artifact ID of the legal hold project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Releases one or more custodians from a legal hold project and their data sources." } ] } ], "bundled": true }