{ "opencollection": "1.0.0", "info": { "name": "RelativityOne Legal Hold Communications Entities API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Entities", "type": "folder" }, "items": [ { "info": { "name": "Create Entity", "type": "http" }, "http": { "method": "POST", "url": "https://relativity.rest/api/relativity-environment/v1/workspaces/:workspaceId/legal-hold/entities", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The artifact ID of the workspace." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an HR entity with name and email for use in legal hold workflows." }, { "info": { "name": "Update Entity Status", "type": "http" }, "http": { "method": "PUT", "url": "https://relativity.rest/api/relativity-environment/v1/workspaces/:workspaceId/legal-hold/entities/:entityId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The artifact ID of the workspace." }, { "name": "entityId", "value": "", "type": "path", "description": "The artifact ID of the entity." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the employee status of an entity." } ] } ], "bundled": true }