{ "operationId": "Read the List of Dial Plans", "method": "GET", "path": "/telephony/config/premisePstn/dialPlans", "summary": "Read the List of Dial Plans", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "dialPlans": [ { "id": "Y2lzY29zcGFyazovL3VzL0RJQUxfUExBTi8wNTlhMjczZS1iYmIwLTExZWMtODQyMi0wMjQyYWMxMjAwMDI", "name": "dialPlanName", "routeId": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0dST1VQLzA1OWEyNzNlLWJiYjAtMTFlYy04NDIyLTAyNDJhYzEyMDAwMg", "routeName": "routeName", "routeType": "ROUTE_GROUP" } ] } } ] }