Voxco · Schema

PutResponsesResponse

Returns information about the disposition of the Responses added.

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
errorMessage string
responsesAdded integer The count of Responses added to the Question. This is the number of responses in the PutResponsesRequest that had rid values that were not already present in this Question.
existingResponsesUpdated integer The count of existing Responses updated. This is the number of responses in the PutResponsesRequest that had rid values that were already present in this Question, and for which any of the text, trans
existingResponsesUnchanged integer The count of existing Responses unchanged. This is the number of responses in the PutResponsesRequest that had rid values that were already present in this Question, and for which all of the text, tra
responsesCoded integer The count of responses coded.
View JSON Schema on GitHub

JSON Schema

PutResponsesResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PutResponsesResponse",
  "required": [
    "existingResponsesUnchanged",
    "existingResponsesUpdated",
    "responsesAdded",
    "responsesCoded"
  ],
  "type": "object",
  "properties": {
    "errorMessage": {
      "type": "string",
      "nullable": true
    },
    "responsesAdded": {
      "type": "integer",
      "description": "The count of Responses added to the Question.\r\n\r\nThis is the number of responses in the PutResponsesRequest that had rid values that were not already present in this Question.",
      "format": "int32"
    },
    "existingResponsesUpdated": {
      "type": "integer",
      "description": "The count of existing Responses updated.\r\n\r\nThis is the number of responses in the PutResponsesRequest that had rid values that were already present in this Question,\r\nand for which any of the text, translation, transcription, or notes values were specified in the request and differed from the existing value in the Response.",
      "format": "int32"
    },
    "existingResponsesUnchanged": {
      "type": "integer",
      "description": "The count of existing Responses unchanged.\r\n\r\nThis is the number of responses in the PutResponsesRequest that had rid values that were already present in this Question,\r\nand for which all of the text, translation, transcription, or notes values were either not specified in the request or identical to the existing value in the Response.",
      "format": "int32"
    },
    "responsesCoded": {
      "type": "integer",
      "description": "The count of responses coded.\r\n",
      "format": "int32"
    }
  },
  "additionalProperties": false,
  "description": "Returns information about the disposition of the Responses added."
}

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