Nuix · Schema

InvestigatorTimeZoneResponse

Schema for InvestigatorTimeZoneResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
timeZone string Gets the time zone ID for the case's investigation time zone. You can find a list of valid timezones at: http://www.joda.org/joda-time/timezones.html
View JSON Schema on GitHub

JSON Schema

nuix-rest-investigatortimezoneresponse.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-investigatortimezoneresponse.json",
  "title": "InvestigatorTimeZoneResponse",
  "description": "Schema for InvestigatorTimeZoneResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "timeZone": {
      "type": "string",
      "description": "Gets the time zone ID for the case's investigation time zone. You can find a list of valid timezones at: http://www.joda.org/joda-time/timezones.html"
    }
  }
}