{ "operationId": "getMySelectiveCallForwardCriteria", "method": "GET", "path": "/telephony/config/people/me/settings/selectiveForward/criteria/{id}", "summary": "Get Settings for a Selective Call Forwarding Criteria", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY", "forwardToPhoneNumber": "+16175550100", "destinationVoicemailEnabled": false, "scheduleName": "CustomHoliday(Group)", "scheduleType": "holidays", "scheduleLevel": "PEOPLE", "callsFrom": "SELECT_PHONE_NUMBERS", "anonymousCallersEnabled": false, "unavailableCallersEnabled": false, "phoneNumbers": [ "+16177817765" ], "forwardEnabled": false } } ] }