Voxco · Schema

DeleteResponsesBatchRequest

Request contains array of pairs of question key and respondent id

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
questionResponses array Array of pairs of question key and respondent id
View JSON Schema on GitHub

JSON Schema

DeleteResponsesBatchRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DeleteResponsesBatchRequest",
  "type": "object",
  "properties": {
    "questionResponses": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DeleteQuestionResponses"
      },
      "description": "Array of pairs of question key and respondent id",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Request contains array of pairs of question key and respondent id"
}