Voxco · Schema

AICoderExcelExportResponse

Contains response data from the method that start exporting to Excel file task

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
errorMessage string
taskStatusKey integer The key of the task
View JSON Schema on GitHub

JSON Schema

AICoderExcelExportResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AICoderExcelExportResponse",
  "required": [
    "taskStatusKey"
  ],
  "type": "object",
  "properties": {
    "errorMessage": {
      "type": "string",
      "nullable": true
    },
    "taskStatusKey": {
      "type": "integer",
      "description": "The key of the task",
      "format": "int64"
    }
  },
  "additionalProperties": false,
  "description": "Contains response data from the method that start exporting to Excel file task"
}