Nuix · Schema
DateCriteria
Schema for DateCriteria in Nuix ECC REST API
ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence
Properties
| Name | Type | Description |
|---|---|---|
| type | string | One of `From` or `Last`. `From` specifies absolute start/end dates. `Last` specifies last number of days back from the current date |
| useGMT | boolean | `true` specifies GMT for time, `false` specifies local time |
| startDate | string | inclusive start date in the format `yyyy-mm-ddThh:mm:ss` (only used if type = `From`) |
| endDate | string | inclusive end date in the format `yyyy-mm-ddThh:mm:ss` (only used if type = `From`) |
| numDays | integer | number of days back from the current date (only used if type = `Last`) |
| checkCreation | boolean | When `true`, apply date criteria to creation date |
| checkModification | boolean | When `true` apply date criteria to modification date |
| checkAccess | boolean | When `true`, apply date criteria to access date |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-ecc-datecriteria.json",
"title": "DateCriteria",
"description": "Schema for DateCriteria in Nuix ECC REST API",
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "One of `From` or `Last`.\n\n`From` specifies absolute start/end dates.\n\n`Last` specifies last number of days back from the current date",
"enum": [
"From",
"Last"
]
},
"useGMT": {
"type": "boolean",
"description": "`true` specifies GMT for time, `false` specifies local time"
},
"startDate": {
"type": "string",
"description": "inclusive start date in the format `yyyy-mm-ddThh:mm:ss` (only used if type = `From`)"
},
"endDate": {
"type": "string",
"description": "inclusive end date in the format `yyyy-mm-ddThh:mm:ss` (only used if type = `From`)"
},
"numDays": {
"type": "integer",
"description": "number of days back from the current date (only used if type = `Last`)"
},
"checkCreation": {
"type": "boolean",
"description": "When `true`, apply date criteria to creation date"
},
"checkModification": {
"type": "boolean",
"description": "When `true` apply date criteria to modification date"
},
"checkAccess": {
"type": "boolean",
"description": "When `true`, apply date criteria to access date"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/nuix-ecc-datecriteria"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.