Voxco · Example Payload

Post Responses_{Questionkey} Response 200

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Post Responses_{Questionkey} Response 200 is an example object payload from Voxco, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

codebookKeyresponsesAddedexistingResponsesUnchangedresponsesCodedresponsesCodedByTextMatchresponsesCodedByInputIdresponsesCodedByRegexaddedResponseserrorMessage

Example Payload

Raw ↑
{
  "codebookKey": 86443,
  "responsesAdded": 2,
  "existingResponsesUnchanged": 0,
  "responsesCoded": 0,
  "responsesCodedByTextMatch": 0,
  "responsesCodedByInputId": 0,
  "responsesCodedByRegex": 0,
  "addedResponses": [
    {
      "codes": [
        {
          "codeKey": 200404044,
          "description": "Red"
        }
      ],
      "rid": "34-22907",
      "verbatim": null,
      "translation": null,
      "transcription": null,
      "notes": null
    },
    {
      "codes": [],
      "rid": "34-22988",
      "verbatim": null,
      "translation": null,
      "transcription": null,
      "notes": null
    }
  ],
  "errorMessage": null
}