Webex · Example Payload

Webex Fetch Repository Usage For Announcements For An Organization Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Fetch Repository Usage For Announcements For An Organization 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": "Fetch repository usage for announcements for an organization",
  "method": "GET",
  "path": "/telephony/config/announcements/usage",
  "summary": "Fetch repository usage for announcements for an organization",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "totalFileSizeUsedKB": 356,
        "maxAudioFileSizeAllowedKB": 100,
        "maxVideoFileSizeAllowedKB": 100,
        "totalFileSizeLimitMB": 1000
      }
    }
  ]
}