Voxco · Schema
PostResponsesResponse
Returns information about the disposition of the Responses added.
Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management
Properties
| Name | Type | Description |
|---|---|---|
| errorMessage | string | |
| codebookKey | integer | The key of the Codebook for this Question. |
| 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. |
| 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. |
| responsesCoded | integer | The count of responses coded. |
| responsesCodedByTextMatch | integer | The count of responses coded by text match. This value will always be zero unless autoCodeTextMatch in the request is true. |
| responsesCodedByInputId | integer | The count of responses coded by input ID. This value will always be zero unless autoCodeInputId in the request is true. |
| responsesCodedByRegex | integer | The count of responses coded by regular expression. This value will always be zero unless autoCodeByRegex in the request is true. |
| addedResponses | array | The responses added to the question as a result of the POST operation. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "PostResponsesResponse",
"required": [
"addedResponses",
"codebookKey",
"existingResponsesUnchanged",
"responsesAdded",
"responsesCoded",
"responsesCodedByInputId",
"responsesCodedByRegex",
"responsesCodedByTextMatch"
],
"type": "object",
"properties": {
"errorMessage": {
"type": "string",
"nullable": true
},
"codebookKey": {
"type": "integer",
"description": "The key of the Codebook for this Question.",
"format": "int32"
},
"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"
},
"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.",
"format": "int32"
},
"responsesCoded": {
"type": "integer",
"description": "The count of responses coded.\r\n",
"format": "int32"
},
"responsesCodedByTextMatch": {
"type": "integer",
"description": "The count of responses coded by text match.\r\n\r\nThis value will always be zero unless autoCodeTextMatch in the request is true.",
"format": "int32"
},
"responsesCodedByInputId": {
"type": "integer",
"description": "The count of responses coded by input ID.\r\n\r\nThis value will always be zero unless autoCodeInputId in the request is true.",
"format": "int32"
},
"responsesCodedByRegex": {
"type": "integer",
"description": "The count of responses coded by regular expression.\r\n\r\nThis value will always be zero unless autoCodeByRegex in the request is true.",
"format": "int32"
},
"addedResponses": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AddedResponseWithCodingInfo"
},
"description": "The responses added to the question as a result of the POST operation."
}
},
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/PostResponsesResponse"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.