Cisco Voice Portal · Schema

ReportExecutionRequest

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
parameters object Report parameters as defined by the template
format string
async boolean Whether to execute asynchronously
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-reporting-report-execution-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReportExecutionRequest",
  "type": "object",
  "properties": {
    "parameters": {
      "type": "object",
      "description": "Report parameters as defined by the template"
    },
    "format": {
      "type": "string"
    },
    "async": {
      "type": "boolean",
      "description": "Whether to execute asynchronously"
    }
  }
}