{ "operationId": "Get the List of DECT Networks for an organization", "method": "GET", "path": "/telephony/config/dectNetworks", "summary": "Get the List of DECT Networks for an organization", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "dectNetworks": [ { "id": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE", "name": "Demo-DectNetwork", "displayName": "Demo-DectNetwork", "chainId": 1224, "model": "DMS Cisco DBS210", "defaultAccessCodeEnabled": true, "defaultAccessCode": "1234", "numberOfBaseStations": 2, "numberOfHandsetsAssigned": 5, "numberOfLines": 2, "location": { "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA", "name": "Cisco-HQ" } } ] } } ] }