Nuix · Schema

createCaseRequest

Schema for createCaseRequest in Nuix ECC REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
id integer Always `0``.
name string Name of the new case
View JSON Schema on GitHub

JSON Schema

nuix-ecc-createcaserequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-ecc-createcaserequest.json",
  "title": "createCaseRequest",
  "description": "Schema for createCaseRequest in Nuix ECC REST API",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Always `0``."
    },
    "name": {
      "type": "string",
      "description": "Name of the new case"
    }
  }
}