{ "operationId": "getUserSelectiveCallForwarding", "method": "GET", "path": "/telephony/config/people/{personId}/selectiveForward", "summary": "Get the User\u2019s Selective Call Forwarding", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "enabled": true, "defaultPhoneNumberToForward": "+18765432190", "ringReminderEnabled": true, "sendToVoicemailEnabled": true, "criteria": [ { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzI5NzA4NzUwMTY4MDI", "scheduleName": "demo_schedule", "source": "ALL_NUMBERS", "forwardEnabled": true } ] } } ] }