Nuix · Schema
BulkInclusionRequest
Schema for BulkInclusionRequest in Nuix REST API
ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence
Properties
| Name | Type | Description |
|---|---|---|
| query | string | Query items that should be included. If a query is not supplied it defaults to an empty string, which returns all items. |
| deduplication | string | Deduplication content. Defaults to no deduplication. |
| relationType | string | The relation to apply to the found items. For performance reasons, the family option is run against the top-level items. Defaults to no relation. |
| includeFamily | boolean | Includes families of items for results of provided query. Defaults to false. |
| familyQuery | string | An optional query used to select family items. Will not be used if includeFamily is true. To exclude family items entirely, set includeFamily to false and either omit this entry or set its value to nu |
| includeDuplicates | boolean | Includes duplicates of items for results of provided query. Defaults to false. |
| duplicatesQuery | string | An optional query used to select duplicate items. Will not be used if includeDuplicates is true. To exclude duplicate items entirely, set includeDuplicates to false and either omit this entry or set i |
| includeNearDuplicates | boolean | Includes near duplicates of items for results of provided query. Defaults to false. |
| nearDuplicatesQuery | string | An optional query used to select near duplicate items. Will not be used if includeNearDuplicates is true. To exclude near duplicate items entirely, set includeNearDuplicates to false and either omit t |
| nearDuplicatesThreshold | number | The threshold used to calculate near duplicates. Defaults to 0.5. |
| threadsQuery | string | An optional query used to select thread items. To exclude thread items entirely, either omit this entry or set its value to null. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-bulkinclusionrequest.json",
"title": "BulkInclusionRequest",
"description": "Schema for BulkInclusionRequest in Nuix REST API",
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Query items that should be included. If a query is not supplied it defaults to an empty string, which returns all items."
},
"deduplication": {
"type": "string",
"description": "Deduplication content. Defaults to no deduplication.",
"enum": [
"md5",
"per custodian",
"none"
]
},
"relationType": {
"type": "string",
"description": "The relation to apply to the found items. For performance reasons, the family option is run against the top-level items. Defaults to no relation.",
"enum": [
"family",
"topTypes",
"descendants"
]
},
"includeFamily": {
"type": "boolean",
"description": "Includes families of items for results of provided query. Defaults to false.",
"default": false
},
"familyQuery": {
"type": "string",
"description": "An optional query used to select family items. Will not be used if includeFamily is true. To exclude family items entirely, set includeFamily to false and either omit this entry or set its value to null."
},
"includeDuplicates": {
"type": "boolean",
"description": "Includes duplicates of items for results of provided query. Defaults to false.",
"default": false
},
"duplicatesQuery": {
"type": "string",
"description": "An optional query used to select duplicate items. Will not be used if includeDuplicates is true. To exclude duplicate items entirely, set includeDuplicates to false and either omit this entry or set its value to null."
},
"includeNearDuplicates": {
"type": "boolean",
"description": "Includes near duplicates of items for results of provided query. Defaults to false.",
"default": false
},
"nearDuplicatesQuery": {
"type": "string",
"description": "An optional query used to select near duplicate items. Will not be used if includeNearDuplicates is true. To exclude near duplicate items entirely, set includeNearDuplicates to false and either omit this entry or set its value to null."
},
"nearDuplicatesThreshold": {
"type": "number",
"description": "The threshold used to calculate near duplicates. Defaults to 0.5.",
"format": "float",
"default": 0.5
},
"threadsQuery": {
"type": "string",
"description": "An optional query used to select thread items. To exclude thread items entirely, either omit this entry or set its value to null."
}
}
}
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-rest-bulkinclusionrequest"
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.