Voxco · Schema

ExportsResponse

Class contains an information of created job

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
errorMessage string
jobKey integer Key of created job
View JSON Schema on GitHub

JSON Schema

ExportsResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ExportsResponse",
  "type": "object",
  "properties": {
    "errorMessage": {
      "type": "string",
      "nullable": true
    },
    "jobKey": {
      "type": "integer",
      "description": "Key of created job",
      "format": "int32"
    }
  },
  "additionalProperties": false,
  "description": "Class contains an information of created job"
}