Nuix · Schema

launchCaseCollectionByTargetRequest

Schema for launchCaseCollectionByTargetRequest in Nuix ECC REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
caseId integer id of the case within which to start a collection
name string name of the new collection
targetId integer id of the Target to use for sources
configurationId integer id of the collection configuration to use for collection criteria
location string destination of the collection (if blank uses the destination from the specified collection configuration)
View JSON Schema on GitHub

JSON Schema

nuix-ecc-launchcasecollectionbytargetrequest.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-launchcasecollectionbytargetrequest.json",
  "title": "launchCaseCollectionByTargetRequest",
  "description": "Schema for launchCaseCollectionByTargetRequest in Nuix ECC REST API",
  "type": "object",
  "properties": {
    "caseId": {
      "type": "integer",
      "description": "id of the case within which to start a collection"
    },
    "name": {
      "type": "string",
      "description": "name of the new collection"
    },
    "targetId": {
      "type": "integer",
      "description": "id of the Target to use for sources"
    },
    "configurationId": {
      "type": "integer",
      "description": "id of the collection configuration to use for collection criteria"
    },
    "location": {
      "type": "string",
      "description": "destination of the collection (if blank uses the destination from the specified collection configuration)"
    }
  }
}