RelativityOne · JSON Structure

Relativityone Legal Hold Structure

Structural overview of the RelativityOne Legal Hold API entities and their relationships.

Type: Properties: 0
eDiscoveryLegalLegal HoldDocument-ManagementComplianceLitigation

Relativityone Legal Hold Structure is a JSON Structure definition published by RelativityOne.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "RelativityOne Legal Hold API Structure",
  "description": "Structural overview of the RelativityOne Legal Hold API entities and their relationships.",
  "version": "1.0.0",
  "entities": {
    "LegalHoldProject": {
      "description": "A legal hold project representing a litigation matter.",
      "fields": {
        "artifactId": { "type": "integer", "description": "Unique workspace artifact ID." },
        "name": { "type": "string", "description": "Project name." },
        "status": { "type": "enum", "values": ["Active", "Closed", "Draft"] },
        "ownerEmailAddress": { "type": "email" },
        "description": { "type": "string" },
        "createdDate": { "type": "datetime" },
        "modifiedDate": { "type": "datetime" }
      },
      "relations": {
        "custodians": { "type": "one-to-many", "entity": "Custodian" },
        "communications": { "type": "one-to-many", "entity": "Communication" },
        "tasks": { "type": "one-to-many", "entity": "Task" }
      }
    },
    "Custodian": {
      "description": "An individual whose data is subject to legal hold preservation.",
      "fields": {
        "artifactId": { "type": "integer" },
        "firstName": { "type": "string" },
        "lastName": { "type": "string" },
        "emailAddress": { "type": "email" },
        "employeeId": { "type": "string" },
        "status": { "type": "enum", "values": ["Active", "Released", "Pending"] }
      },
      "relations": {
        "project": { "type": "many-to-one", "entity": "LegalHoldProject" },
        "entity": { "type": "many-to-one", "entity": "Entity" }
      }
    },
    "Entity": {
      "description": "An HR entity representing an employee in the legal hold system.",
      "fields": {
        "artifactId": { "type": "integer" },
        "firstName": { "type": "string" },
        "lastName": { "type": "string" },
        "emailAddress": { "type": "email" },
        "employeeId": { "type": "string" },
        "employeeStatus": { "type": "string" }
      }
    },
    "Communication": {
      "description": "A legal hold notice or reminder sent to custodians.",
      "fields": {
        "name": { "type": "string" },
        "type": { "type": "enum", "values": ["InitialNotice", "Reminder", "Escalation", "Release"] },
        "escalationEnabled": { "type": "boolean" },
        "reminderIntervalDays": { "type": "integer" }
      },
      "relations": {
        "project": { "type": "many-to-one", "entity": "LegalHoldProject" }
      }
    },
    "Task": {
      "description": "A task assigned as part of a legal hold workflow.",
      "fields": {
        "artifactId": { "type": "integer" },
        "name": { "type": "string" },
        "status": { "type": "enum", "values": ["Open", "InProgress", "Completed", "Cancelled"] },
        "projectId": { "type": "integer" },
        "dueDate": { "type": "date" },
        "assignedTo": { "type": "email" }
      },
      "relations": {
        "project": { "type": "many-to-one", "entity": "LegalHoldProject" }
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/relativityone-legal-hold-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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.

A second provider on the same verified email joins the account you already have.