Nuix · Example Payload

Nuix Rest Userscripts Put Python

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Nuix Rest Userscripts Put Python is an example object payload from Nuix, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

value

Example Payload

Raw ↑
{
  "value": {
    "async": false,
    "description": "Python User Script",
    "name": "Python User Script",
    "script": "response.setStatus(200)\nresponse.setBody({\"result\":\"hello world\"})",
    "language": "PYTHON"
  }
}