Webex · Example Payload

Webex Getlivemeetingmetricsbycountry Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getlivemeetingmetricsbycountry 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": "getLiveMeetingMetricsByCountry",
  "method": "POST",
  "path": "/livemonitoring/liveMeetingsByCountry",
  "summary": "Get Live Meeting metrics categorized by Country",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "siteUrls": [
          "cisco.webex.com"
        ],
        "totalLiveMeetingCount": 3,
        "totalLiveParticipantCount": 10,
        "totalGoodQualityLiveMeetingCount": 3,
        "totalGoodQualityLiveParticipantCount": 10,
        "totalBadQualityMeetingCount": 0,
        "totalBadQualityParticipantCount": 0,
        "locations": [
          {
            "badQualityLiveMeetingCount": 0,
            "badQualityLiveParticipantCount": 0,
            "goodQualityLiveMeetingCount": 1,
            "goodQualityLiveParticipantCount": 3,
            "country": "South Korea",
            "countryLatitude": 37.55,
            "countryLongitude": 126.98333,
            "liveMeetingCount": 1,
            "liveParticipantCount": 3
          }
        ]
      }
    }
  ]
}