{ "operationId": "Retrieve PSTN Connection Options for a Location", "method": "GET", "path": "/telephony/pstn/locations/{locationId}/connectionOptions", "summary": "Retrieve PSTN Connection Options for a Location", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "items": [ { "id": "Y2lzY29zcGFyazovL3VzL1BTVE5fQ09OTkVDVElPTi81MWRlNDg5Yy1hYTYwLTRjMjUtOWFmNi1jYzRjYjE3MTczMGU", "displayName": "Premises-based PSTN", "pstnServices": [ "GEOGRAPHIC_NUMBERS" ] }, { "id": "Y2lzY29zcGFyazovL3VzL1BTVE5fQ09OTkVDVElPTi9kMDk0MTc4Zi04MThlLTQ1YmMtYjEwMS1hOGRkNDhjMTM5MjE", "displayName": "SI CCP Bandwidth", "pstnServices": [ "GEOGRAPHIC_NUMBERS" ] } ] } } ] }