Voxco · Example Payload

Get Companies Response 200

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Get Companies 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

companieserrorMessage

Example Payload

Raw ↑
{
  "companies": [
    {
      "key": 3,
      "id": "ACME"
    },
    {
      "key": 5,
      "id": "AAA Research"
    }
  ],
  "errorMessage": null
}