Relativityone Create Legal Hold Project Example is an example object payload from RelativityOne, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"title": "Create Legal Hold Project",
"description": "Example request and response for creating a new legal hold project in RelativityOne.",
"request": {
"method": "POST",
"url": "https://relativity.rest/api/relativity-environment/v1/workspaces/12345/legal-hold/projects",
"headers": {
"Authorization": "Bearer {token}",
"Content-Type": "application/json"
},
"body": {
"name": "Matter 2026-001: Smith vs. Johnson Corp",
"ownerEmailAddress": "legal.admin@example.com",
"description": "Legal hold for anticipated litigation related to contract dispute.",
"status": "Active"
}
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"body": {
"artifactId": 98765,
"name": "Matter 2026-001: Smith vs. Johnson Corp",
"status": "Active",
"ownerEmailAddress": "legal.admin@example.com",
"description": "Legal hold for anticipated litigation related to contract dispute.",
"createdDate": "2026-05-02T10:00:00Z",
"modifiedDate": "2026-05-02T10:00:00Z"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.