{ "operationId": "Retrieve DoNotDisturb Settings for a Workspace", "method": "GET", "path": "/telephony/config/workspaces/{workspaceId}/doNotDisturb", "summary": "Retrieve DoNotDisturb Settings for a Workspace", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "enabled": true, "ringSplashEnabled": false } } ] }