Cisco Voice Portal · Schema

CdrQueryResult

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
totalRecords integer Total number of matching records
offset integer
limit integer
records array
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-reporting-cdr-query-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CdrQueryResult",
  "type": "object",
  "properties": {
    "totalRecords": {
      "type": "integer",
      "description": "Total number of matching records"
    },
    "offset": {
      "type": "integer"
    },
    "limit": {
      "type": "integer"
    },
    "records": {
      "type": "array"
    }
  }
}