Webex · Example Payload

Webex Listautoattendantannouncementfiles Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

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