{ "operationId": "Retrieve Incoming Permission Settings for a Workspace", "method": "GET", "path": "/workspaces/{workspaceId}/features/incomingPermission", "summary": "Retrieve Incoming Permission Settings for a Workspace", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "useCustomEnabled": false, "externalTransfer": "ALLOW_ALL_EXTERNAL", "internalCallsEnabled": true, "collectCallsEnabled": true } } ] }