{ "operationId": "getMySequentialRingSettings", "method": "GET", "path": "/telephony/config/people/me/settings/sequentialRing", "summary": "Get Sequential Ring Settings for User", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "enabled": true, "ringBaseLocationFirstEnabled": false, "baseLocationNumberOfRings": 3, "continueIfBaseLocationIsBusyEnabled": true, "callsToVoicemailEnabled": false, "phoneNumbers": [ { "phoneNumber": "+19075552859", "answerConfirmationRequiredEnabled": false, "numberOfRings": 3 } ], "criteria": [ { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY", "scheduleName": "BusinessHours", "source": "ALL_NUMBERS", "ringEnabled": true } ] } } ] }