Cisco Voice Portal · JSON Structure

Cisco Voice Portal Reporting Report Result Structure

Type: object Properties: 9
Contact CenterIVRTelephonyVoiceVXML

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

Properties

reportId templateId templateName status generatedAt parameters columns rows totalRows

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReportResult",
  "type": "object",
  "properties": {
    "reportId": {
      "type": "string"
    },
    "templateId": {
      "type": "string"
    },
    "templateName": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "generatedAt": {
      "type": "string"
    },
    "parameters": {
      "type": "object"
    },
    "columns": {
      "type": "array"
    },
    "rows": {
      "type": "array"
    },
    "totalRows": {
      "type": "integer"
    }
  }
}