Voxco · Schema

AICoderDichotomousExportGetStatusOfTaskResponse

Contains current status of generating dichotomous report task

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
errorMessage string
isCompleted boolean True if the task is completed, otherwise false
fileUrl string Url of result Excel file
View JSON Schema on GitHub

JSON Schema

AICoderDichotomousExportGetStatusOfTaskResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AICoderDichotomousExportGetStatusOfTaskResponse",
  "type": "object",
  "properties": {
    "errorMessage": {
      "type": "string",
      "nullable": true
    },
    "isCompleted": {
      "type": "boolean",
      "description": "True if the task is completed, otherwise false"
    },
    "fileUrl": {
      "type": "string",
      "description": "Url of result Excel file",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Contains current status of generating dichotomous report task"
}