Voxco · Example Payload

Post Responses_{Studykey}_Batch Request

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Post Responses_{Studykey}_Batch Request is an example object payload from Voxco, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

questionResponses

Example Payload

Raw ↑
{
  "questionResponses": [
    {
      "questionKey": 212345,
      "responses": [
        {
          "rid": "34-22907",
          "verbatim": "I do not like the red color",
          "translation": null,
          "transcription": null,
          "notes": null
        },
        {
          "rid": "34-22988",
          "verbatim": "This is a fantastic product",
          "translation": null,
          "transcription": null,
          "notes": null
        }
      ]
    },
    {
      "questionKey": 212346,
      "responses": [
        {
          "rid": "34-22907",
          "verbatim": "France",
          "translation": null,
          "transcription": null,
          "notes": null
        },
        {
          "rid": "34-22988",
          "verbatim": "USA",
          "translation": null,
          "transcription": null,
          "notes": null
        }
      ]
    }
  ]
}