Webex · Example Payload

Webex Read The Usage Of A Routing Group Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read The Usage Of A Routing Group Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Read the Usage of a Routing Group",
  "method": "GET",
  "path": "/telephony/config/premisePstn/routeGroups/{routeGroupId}/usage",
  "summary": "Read the Usage of a Routing Group",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "pstnConnectionCount": "1",
        "callToExtensionCount": "1",
        "dialPlanCount": "1",
        "routeListCount": "1"
      }
    }
  ]
}