Voxco · Schema

AICoderExcelExportRequest

Contains request data of the exporting to Excel file task

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
aiCoderKey integer Key of target AI Coder project which data should be exported into Excel file
View JSON Schema on GitHub

JSON Schema

AICoderExcelExportRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AICoderExcelExportRequest",
  "required": [
    "aiCoderKey"
  ],
  "type": "object",
  "properties": {
    "aiCoderKey": {
      "type": "integer",
      "description": "Key of target AI Coder project which data should be exported into Excel file",
      "format": "int32"
    }
  },
  "additionalProperties": false,
  "description": "Contains request data of the exporting to Excel file task"
}