{ "operationId": "Read the List of Route Lists", "method": "GET", "path": "/telephony/config/premisePstn/routeLists", "summary": "Read the List of Route Lists", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "routeLists": [ { "id": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0xJU1QvOTljNjJkMGQtNmFhYi00NGQ0LWE0ZTctZjk0MjQ4OWVhMWJj", "name": "RouteList Name", "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2JjNWUwNWFjLTI5ZmEtNGY0NS05MmM1LWUxZTExMDc0OTIwZg", "locationName": "locationName", "routeGroupId": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0dST1VQL2ZjN2EzZDU2LTg1OGMtNDVkZC1iZDA1LTE2OWM2NGU1OTRmMQ", "routeGroupName": "RouteGroup01" } ] } } ] }