{ "operationId": "Retrieve Selective Forward Criteria for a Workspace", "method": "GET", "path": "/telephony/config/workspaces/{workspaceId}/selectiveForward/criteria/{id}", "summary": "Retrieve Selective Forward Criteria for a Workspace", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBLzg2NTAxZDFlLTg1MWMtNDgwYi1hZmE2LTA5MTU4NzQ3NzdmZQ", "forwardToPhoneNumber": "+1934898988", "sendToVoicemailEnabled": true, "scheduleName": "Business Vacation", "scheduleType": "holidays", "scheduleLevel": "GROUP", "callsFrom": "ANY_PHONE_NUMBER", "anonymousCallersEnabled": true, "unavailableCallersEnabled": true, "numbers": [ "+19075552859", "+19186663950" ], "forwardEnabled": true } } ] }