{ "operationId": "Read Caller ID Settings for a Workspace", "method": "GET", "path": "/workspaces/{workspaceId}/features/callerId", "summary": "Read Caller ID Settings for a Workspace", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "types": [ "DIRECT_LINE", "LOCATION_NUMBER", "CUSTOM" ], "selected": "DIRECT_LINE", "directNumber": "+12815550003", "locationNumber": "+12815550002", "tollFreeLocationNumber": false, "customNumber": "+12815550003", "displayName": "Clockmaker's shop 7.1", "displayDetail": ".", "blockInForwardCallsEnabled": false, "externalCallerIdNamePolicy": "DIRECT_LINE", "customExternalCallerIdName": "Custom external caller name", "locationExternalCallerIdName": "Anna", "directLineCallerIdName": { "selection": "CUSTOM_NAME", "customName": "Hakim Smith" }, "dialByName": "Hakim Smith" } } ] }