RelativityOne · JSON Structure

Relativityone Structure

Structural overview of the RelativityOne API surface; extracted from openapi/.

Type: Properties: 0
eDiscoveryLegalLegal HoldDocument-ManagementComplianceLitigation

Relativityone Structure is a JSON Structure definition published by RelativityOne.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "RelativityOne",
  "providerId": "relativityone",
  "kind": "json-structure",
  "description": "Structural overview of the RelativityOne API surface; extracted from openapi/.",
  "schemaCount": 17,
  "operationCount": 13,
  "schemas": [
    {
      "name": "LegalHoldProject",
      "type": "object",
      "propertyCount": 7,
      "required": []
    },
    {
      "name": "LegalHoldProjectList",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "CreateLegalHoldProjectRequest",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "name",
        "ownerEmailAddress"
      ]
    },
    {
      "name": "Custodian",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "CustodianList",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "AddCustodianRequest",
      "type": "object",
      "propertyCount": 2,
      "required": [
        "emailAddress"
      ]
    },
    {
      "name": "ActiveCustodianSummary",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "ActiveCustodianSummaryList",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "Entity",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "CreateEntityRequest",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "firstName",
        "lastName",
        "emailAddress"
      ]
    },
    {
      "name": "UpdateEntityStatusRequest",
      "type": "object",
      "propertyCount": 1,
      "required": [
        "employeeStatus"
      ]
    },
    {
      "name": "PreservationRequest",
      "type": "object",
      "propertyCount": 2,
      "required": [
        "custodianIds",
        "dataSources"
      ]
    },
    {
      "name": "ReleaseRequest",
      "type": "object",
      "propertyCount": 1,
      "required": [
        "custodianIds"
      ]
    },
    {
      "name": "CreateCommunicationRequest",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "name",
        "type"
      ]
    },
    {
      "name": "Task",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "CreateTaskRequest",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "name",
        "projectId"
      ]
    },
    {
      "name": "UpdateTaskRequest",
      "type": "object",
      "propertyCount": 2,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/relativity-environment/v1/workspaces/{workspaceId}/legal-hold/projects",
      "operationId": "listLegalHoldProjects",
      "summary": "List Legal Hold Projects",
      "tags": [
        "Legal Hold Projects"
      ]
    },
    {
      "method": "POST",
      "path": "/relativity-environment/v1/workspaces/{workspaceId}/legal-hold/projects",
      "operationId": "createLegalHoldProject",
      "summary": "Create Legal Hold Project",
      "tags": [
        "Legal Hold Projects"
      ]
    },
    {
      "method": "GET",
      "path": "/relativity-environment/v1/workspaces/{workspaceId}/legal-hold/projects/{projectId}",
      "operationId": "getLegalHoldProject",
      "summary": "Get Legal Hold Project",
      "tags": [
        "Legal Hold Projects"
      ]
    },
    {
      "method": "GET",
      "path": "/relativity-environment/v1/workspaces/{workspaceId}/legal-hold/projects/{projectId}/custodians",
      "operationId": "listProjectCustodians",
      "summary": "List Project Custodians",
      "tags": [
        "Custodians"
      ]
    },
    {
      "method": "POST",
      "path": "/relativity-environment/v1/workspaces/{workspaceId}/legal-hold/projects/{projectId}/custodians",
      "operationId": "addCustodianToProject",
      "summary": "Add Custodian to Project",
      "tags": [
        "Custodians"
      ]
    },
    {
      "method": "GET",
      "path": "/relativity-environment/v1/workspaces/{workspaceId}/legal-hold/active-custodians",
      "operationId": "getActiveCustodianSummary",
      "summary": "Get Active Custodian Summary",
      "tags": [
        "Custodians"
      ]
    },
    {
      "method": "POST",
      "path": "/relativity-environment/v1/workspaces/{workspaceId}/legal-hold/entities",
      "operationId": "createEntity",
      "summary": "Create Entity",
      "tags": [
        "Entities"
      ]
    },
    {
      "method": "PUT",
      "path": "/relativity-environment/v1/workspaces/{workspaceId}/legal-hold/entities/{entityId}",
      "operationId": "updateEntityStatus",
      "summary": "Update Entity Status",
      "tags": [
        "Entities"
      ]
    },
    {
      "method": "POST",
      "path": "/relativity-environment/v1/workspaces/{workspaceId}/legal-hold/projects/{projectId}/preserve",
      "operationId": "preserveCustodianData",
      "summary": "Preserve Custodian Data",
      "tags": [
        "Preservation"
      ]
    },
    {
      "method": "POST",
      "path": "/relativity-environment/v1/workspaces/{workspaceId}/legal-hold/projects/{projectId}/release",
      "operationId": "releaseCustodianFromProject",
      "summary": "Release Custodian from Project",
      "tags": [
        "Preservation"
      ]
    },
    {
      "method": "POST",
      "path": "/relativity-environment/v1/workspaces/{workspaceId}/legal-hold/projects/{projectId}/communications",
      "operationId": "createLegalHoldCommunication",
      "summary": "Create Legal Hold Communication",
      "tags": [
        "Communications"
      ]
    },
    {
      "method": "POST",
      "path": "/relativity-environment/v1/workspaces/{workspaceId}/legal-hold/tasks",
      "operationId": "createLegalHoldTask",
      "summary": "Create Legal Hold Task",
      "tags": [
        "Tasks"
      ]
    },
    {
      "method": "PUT",
      "path": "/relativity-environment/v1/workspaces/{workspaceId}/legal-hold/tasks/{taskId}",
      "operationId": "updateLegalHoldTask",
      "summary": "Update Legal Hold Task",
      "tags": [
        "Tasks"
      ]
    }
  ]
}

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-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.