Voxco · Example Payload

Get Codebooks_Question_{Questionkey} Response 200

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

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

Top-level fields

codebookKeycodebookerrorMessage

Example Payload

Raw ↑
{
  "codebookKey": 1234567,
  "codebook": [
    {
      "key": 1,
      "description": "Code1",
      "inputId": "10",
      "outputId": "10",
      "regexPattern": null,
      "color": "#FF0000",
      "children": null
    },
    {
      "key": 2,
      "description": "Net1",
      "inputId": "20",
      "outputId": "20",
      "regexPattern": null,
      "color": null,
      "children": [
        {
          "key": 3,
          "description": "Code2",
          "inputId": "30",
          "outputId": "30",
          "regexPattern": null,
          "color": "#FF0000",
          "children": null
        },
        {
          "key": 4,
          "description": "Code3",
          "inputId": "40",
          "outputId": "40",
          "regexPattern": null,
          "color": "#0000FF",
          "children": null
        }
      ]
    }
  ],
  "errorMessage": null
}