{ "operationId": "Get VoicePortal", "method": "GET", "path": "/telephony/config/locations/{locationId}/voicePortal", "summary": "Get VoicePortal", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL1ZPSUNFTUFJTF9HUk9VUC8yZmQzZGMwMy0yZWRhLTQ4NmUtODdhYS0xODY1ZDI5YWExZWI", "name": "test voicePortal", "language": "English", "languageCode": "en_us", "extension": "0007", "phoneNumber": "+1345325235", "firstName": "firstName", "lastName": "lastName", "directLineCallerIdName": { "selection": "CUSTOM_NAME", "customName": "Hakim Smith" }, "dialByName": "Hakim Smith" } } ] }