Voxco · Schema

AICoderDichotomousExportResponse

Contains key of generating dichotomous report task

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
errorMessage string
taskStatusKey integer Key of a newly created task
View JSON Schema on GitHub

JSON Schema

AICoderDichotomousExportResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AICoderDichotomousExportResponse",
  "type": "object",
  "properties": {
    "errorMessage": {
      "type": "string",
      "nullable": true
    },
    "taskStatusKey": {
      "type": "integer",
      "description": "Key of a newly created task",
      "format": "int64"
    }
  },
  "additionalProperties": false,
  "description": "Contains key of generating dichotomous report task"
}