{ "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" } } } ] }