Webex · Example Payload

Webex Createannouncementplaylist Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Createannouncementplaylist 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": "createAnnouncementPlaylist",
  "method": "POST",
  "path": "/telephony/config/announcements/playlists",
  "summary": "Create Announcement Playlist",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "testingHydraAnnouncementPlaylistWithTwoFiles",
        "announcementIds": [
          "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC8yMTkxMDhmNC1iMGVjLTRkNTMtODMzYy1kNTE1NWE4OWQzZTk",
          "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC8zY2I2Y2Q1MS02Zjk3LTRiMmYtYTA0Yy04MjRmOGQ2NjQyYTU"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC9jNzAwNmI4ZC1kYmQ3LTQ3YjctOWQ0Ny05ZDJkMWEzYmY1Yzc"
      }
    }
  ]
}