{ "operationId": "Retrieve Sequential Ring Criteria for a Workspace", "method": "GET", "path": "/telephony/config/workspaces/{workspaceId}/sequentialRing/criteria/{id}", "summary": "Retrieve Sequential Ring Criteria for a Workspace", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBLzg2NTAxZDFlLTg1MWMtNDgwYi1hZmE2LTA5MTU4NzQ3NzdmZQ", "scheduleName": "Business Vacation", "scheduleType": "holidays", "scheduleLevel": "GROUP", "callsFrom": "SELECT_PHONE_NUMBERS", "anonymousCallersEnabled": true, "unavailableCallersEnabled": false, "phoneNumbers": [ "+442071838750", "+442071839751" ], "ringEnabled": true } } ] }