Webex · Example Payload

Webex Listannouncementplaylists Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listannouncementplaylists 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": "listAnnouncementPlaylists",
  "method": "GET",
  "path": "/telephony/config/announcements/playlists",
  "summary": "List Announcement Playlists",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "playlists": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC9iYzZjOTYwYi01ZDJjLTRiM2QtYjRlZC0wNWY1ZmFhMTJjZjA",
            "name": "testingAnnouncementPlaylist",
            "fileCount": 1,
            "isInUse": true,
            "lastUpdated": "2024-03-06 07:06:36",
            "level": "ORGANIZATION",
            "locationCount": 2
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC80MzA1ZTYyZS1hMmIxLTRlNzktODQxMy1lYWQwZDVlYjcwNjM",
            "name": "testingAnnouncementPlaylistDuplicateFiles",
            "fileCount": 1,
            "isInUse": true,
            "lastUpdated": "2024-03-08 10:21:37",
            "level": "ORGANIZATION",
            "locationCount": 1
          }
        ]
      }
    }
  ]
}