Nuix · Schema

SearchHitRequest

Schema for SearchHitRequest in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
query string Search hits query. If a query is not supplied, it defaults to an empty string which will not return search hits.
View JSON Schema on GitHub

JSON Schema

nuix-rest-searchhitrequest.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-searchhitrequest.json",
  "title": "SearchHitRequest",
  "description": "Schema for SearchHitRequest in Nuix REST API",
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search hits query. If a query is not supplied, it defaults to an empty string which will not return search hits."
    }
  }
}