Voxco · Schema

AICoderCodebookExportGetStatusOfTaskResponse

Contains current status of exporting codebook into Coder task

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
errorMessage string
isCompleted boolean True if the task is completed, otherwise false
View JSON Schema on GitHub

JSON Schema

AICoderCodebookExportGetStatusOfTaskResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AICoderCodebookExportGetStatusOfTaskResponse",
  "type": "object",
  "properties": {
    "errorMessage": {
      "type": "string",
      "nullable": true
    },
    "isCompleted": {
      "type": "boolean",
      "description": "True if the task is completed, otherwise false"
    }
  },
  "additionalProperties": false,
  "description": "Contains current status of exporting codebook into Coder task"
}