Nuix · Schema

ItemSetBatchResponse

Schema for ItemSetBatchResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
batchName string Defaults to date in format yy/MM/dd kk:mm:ss z
createdOn integer The created date for the batch
View JSON Schema on GitHub

JSON Schema

nuix-rest-itemsetbatchresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-itemsetbatchresponse.json",
  "title": "ItemSetBatchResponse",
  "description": "Schema for ItemSetBatchResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "batchName": {
      "type": "string",
      "description": "Defaults to date in format yy/MM/dd kk:mm:ss z"
    },
    "createdOn": {
      "type": "integer",
      "description": "The created date for the batch",
      "format": "int64"
    }
  }
}