{ "operationId": "Get Locations Using the Local Gateway as PSTN Connection Routing", "method": "GET", "path": "/telephony/config/premisePstn/trunks/{trunkId}/usagePstnConnection", "summary": "Get Locations Using the Local Gateway as PSTN Connection Routing", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "locations": [ { "id": "Y2lzY29zcGFyazovL3VzL0RJQUxfUExBTi8wNTlhMjczZS1iYmIwLTExZWMtODQyMi0wMjQyYWMxMjAwMDI", "name": "locationName" } ] } } ] }