Webex · Example Payload

Webex Listcallqueueannouncementfiles Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listcallqueueannouncementfiles 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": "listCallQueueAnnouncementFiles",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/queues/{queueId}/announcements",
  "summary": "Read the List of Call Queue Announcement Files",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "announcements": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC9kODc5YWZlZC1jNTRhLTQyOTctOGY0Mi02ZmEyMDJjN2E1M2E",
            "fileName": "Greeting-1.wav",
            "fileSize": "33456",
            "mediaFileType": "WAV",
            "level": "ORGANIZATION",
            "isTextToSpeech": false
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC8zMjAxNjRmNC1lNWEzLTQxZmYtYTMyNi02N2MwOThlNDFrMWY",
            "fileName": "Greeting-2.wav",
            "fileSize": "32356",
            "mediaFileType": "WAV",
            "level": "LOCATION",
            "isTextToSpeech": false
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC8zMjAxNjRmNC1lNWEzLTQxZmYtYTMyNi02N2MwOThlNDFoNmc",
            "fileName": "Greeting-3.wav",
            "fileSize": "31237",
            "mediaFileType": "WAV",
            "level": "ORGANIZATION",
            "isTextToSpeech": false
          }
        ]
      }
    }
  ]
}