Voxco · Example Payload

Post Responses_{Studykey}_Batch Response 200

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

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

Top-level fields

questionResponseserrorMessage

Example Payload

Raw ↑
{
  "questionResponses": [
    {
      "questionKey": 1001,
      "questionId": "Q1",
      "addedResponses": [
        {
          "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": 1002,
      "questionId": "Q2",
      "addedResponses": [
        {
          "rid": "34-22907",
          "verbatim": "France",
          "translation": null,
          "transcription": null,
          "notes": null
        },
        {
          "rid": "34-22988",
          "verbatim": "USA",
          "translation": null,
          "transcription": null,
          "notes": null
        }
      ]
    }
  ],
  "errorMessage": null
}