{ "operationId": "getHuntGroupSelectiveCallForwardingRule", "method": "GET", "path": "/telephony/config/locations/{locationId}/huntGroups/{huntGroupId}/callForwarding/selectiveRules/{ruleId}", "summary": "Get Selective Call Forwarding Rule for a Hunt Group", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "name": "My Rule", "id": "Y2lzY29zcGFyazovL3VzL0NBTExfRk9SV0FSRElOR19TRUxFQ1RJVkVfUlVMRS9WMmhsYmxSdg", "enabled": true, "businessSchedule": "BusiSched1", "holidaySchedule": "HolSched1", "forwardTo": { "selection": "FORWARD_TO_DEFAULT_NUMBER" }, "callsFrom": { "selection": "CUSTOM", "customNumbers": { "privateNumberEnabled": true, "unavailableNumberEnabled": true, "numbers": [ "2025551212" ] } }, "callsTo": { "numbers": [] } } } ] }