Cisco Voice Portal · JSON Structure

Cisco Voice Portal Reporting Report Execution Request Structure

Type: object Properties: 3
Contact CenterIVRTelephonyVoiceVXML

ReportExecutionRequest is a JSON Structure definition published by Cisco Voice Portal, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

parameters format async

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReportExecutionRequest",
  "type": "object",
  "properties": {
    "parameters": {
      "type": "object"
    },
    "format": {
      "type": "string"
    },
    "async": {
      "type": "boolean"
    }
  }
}