Voxco · Schema

ExportsRequest

Class contains necessary export options to create a job

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
studyKey integer Key of study
questionKeys array Keys of questions
scriptKey integer Name of script to use for new job
parameters array Additional job's parameters
exportAsText boolean Request text format output instead of default Excel format. Only works if the script has ScriptXlsxTextOption=true, otherwise parameter is ignored. Cookie is always set: if not provided or false, expo
View JSON Schema on GitHub

JSON Schema

ExportsRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ExportsRequest",
  "required": [
    "questionKeys",
    "scriptKey",
    "studyKey"
  ],
  "type": "object",
  "properties": {
    "studyKey": {
      "type": "integer",
      "description": "Key of study",
      "format": "int32"
    },
    "questionKeys": {
      "type": "array",
      "items": {
        "type": "integer",
        "format": "int32"
      },
      "description": "Keys of questions"
    },
    "scriptKey": {
      "type": "integer",
      "description": "Name of script to use for new job",
      "format": "int32"
    },
    "parameters": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Additional job's parameters",
      "nullable": true
    },
    "exportAsText": {
      "type": "boolean",
      "description": "Request text format output instead of default Excel format.\r\nOnly works if the script has ScriptXlsxTextOption=true, otherwise parameter is ignored.\r\nCookie is always set: if not provided or false, exports as Excel; if true, exports as text.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Class contains necessary export options to create a job"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ExportsRequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.