Webex · Example Payload

Webex Retrievemusiconholdsettingsforperson Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Retrievemusiconholdsettingsforperson 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": "retrieveMusicOnHoldSettingsForPerson",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/musicOnHold",
  "summary": "Retrieve Music On Hold Settings for a Person",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "mohEnabled": true,
        "mohLocationEnabled": true,
        "greeting": "CUSTOM",
        "audioAnnouncementFile": {
          "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC9jZWRkODcwYS1lMTkzLTQxNmQtYmM3OS1mNzkyYmUyMzlhOGI",
          "fileName": "AUDIO_FILE.wav",
          "mediaFileType": "WAV",
          "level": "ORGANIZATION"
        }
      }
    }
  ]
}