Webex · Example Payload

Webex Get Music On Hold Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Music On Hold 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": "Get Music On Hold",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/musicOnHold",
  "summary": "Get Music On Hold",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "callHoldEnabled": true,
        "callParkEnabled": true,
        "greeting": "SYSTEM",
        "audioFile": {
          "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC9jZWRkODcwYS1lMTkzLTQxNmQtYmM3OS1mNzkyYmUyMzlhOGI",
          "fileName": "AUDIO_FILE.wav",
          "mediaFileType": "WAV",
          "level": "ORGANIZATION"
        },
        "playlist": {
          "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC9iYzZjOTYwYi01ZDJjLTRiM2QtYjRlZC0wNWY1ZmFhMTJjZjA",
          "name": "testingAnnouncementPlaylist"
        }
      }
    }
  ]
}