{ "operationId": "Read the List of Virtual Extensions", "method": "GET", "path": "/telephony/config/virtualExtensions", "summary": "Read the List of Virtual Extensions", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "virtualExtensions": [ { "id": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfRVhURU5TSU9OLzZkNmYwNmVlLTdkNDEtNDQ4Yy05MjgwLWZkM2ZiMDhmOGUyMA", "extension": "5001", "routingPrefix": "4321", "esn": "43215001", "phoneNumber": "+16692515287", "firstName": "Bob", "level": "LOCATION", "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2QzYjA4MGMwLWU1MjctNDQ1Zi04NTk5LTU5OWJmNzQ2MjViNg", "locationName": "TestLocation", "displayName": "Bob Smith" }, { "id": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfRVhURU5TSU9OL2JhNTE0MGExLWM0MjItNDRhMC05MmUyLTRkNDQ0ZTg1NDc5NQ", "extension": "5001", "esn": "5001", "phoneNumber": "+12135536387", "firstName": "John", "lastName": "Smith", "level": "ORGANIZATION", "displayName": "John Smith" } ] } } ] }