Cisco Voice Portal · Schema

CallLeg

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
legId string
callGuid string
legType string Type of call leg
startTime string
endTime string
duration integer Leg duration in seconds
fromUri string SIP From URI
toUri string SIP To URI
serverHostname string Server that handled this leg
sipResponseCode integer Final SIP response code for this leg
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-reporting-call-leg-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CallLeg",
  "type": "object",
  "properties": {
    "legId": {
      "type": "string"
    },
    "callGuid": {
      "type": "string"
    },
    "legType": {
      "type": "string",
      "description": "Type of call leg"
    },
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "duration": {
      "type": "integer",
      "description": "Leg duration in seconds"
    },
    "fromUri": {
      "type": "string",
      "description": "SIP From URI"
    },
    "toUri": {
      "type": "string",
      "description": "SIP To URI"
    },
    "serverHostname": {
      "type": "string",
      "description": "Server that handled this leg"
    },
    "sipResponseCode": {
      "type": "integer",
      "description": "Final SIP response code for this leg"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cisco-voice-portal-reporting-call-leg"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.