Voxco · Schema

AnalyzeByClosedEndOption

Configuration for generating themes based on responses grouped by a closed-ended question.

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
questionKey integer Required. The numeric key of the closed-ended question to analyze responses by.
codes array Optional. A list of specific codes from the question's codebook (CoderApiV2.Models.Coder.AnalyzeByClosedEndCodesOption) to focus the analysis on. If omitted or empty, the AI may consider all codes or
View JSON Schema on GitHub

JSON Schema

AnalyzeByClosedEndOption.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AnalyzeByClosedEndOption",
  "required": [
    "questionKey"
  ],
  "type": "object",
  "properties": {
    "questionKey": {
      "type": "integer",
      "description": "Required. The numeric key of the closed-ended question to analyze responses by.",
      "format": "int32",
      "example": 111
    },
    "codes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AnalyzeByClosedEndCodesOption"
      },
      "description": "Optional. A list of specific codes from the question's codebook (CoderApiV2.Models.Coder.AnalyzeByClosedEndCodesOption) to focus the analysis on.\r\nIf omitted or empty, the AI may consider all codes or infer themes based on the overall responses for the question.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Configuration for generating themes based on responses grouped by a closed-ended question."
}

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/AnalyzeByClosedEndOption"
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.