Webex · Example Payload

Webex Getannouncementplaylist Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getannouncementplaylist 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": "getAnnouncementPlaylist",
  "method": "GET",
  "path": "/telephony/config/announcements/playlists/{playlistId}",
  "summary": "Get Announcement Playlist",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC9iYzZjOTYwYi01ZDJjLTRiM2QtYjRlZC0wNWY1ZmFhMTJjZjA",
        "name": "testingAnnouncementPlaylist",
        "lastUpdated": "2024-03-06T07:06:36.396Z",
        "fileSize": "4279",
        "fileCount": 1,
        "announcements": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC83ODNmNjNhZi1jNDU1LTRhZWItODg0OS1jZThjNDQ4ZmNjNTg",
            "name": "TestAnnouncement1TT",
            "mediaFileType": "WAV",
            "fileName": "12Soft Piano Music_16000_mon1 copy.wav",
            "fileSize": "4279",
            "lastUpdated": "2023-06-06 13:51:02",
            "level": "ORGANIZATION"
          }
        ]
      }
    }
  ]
}