{ "operationId": "Get a list of DECT Network Base Stations", "method": "GET", "path": "/telephony/config/locations/{locationId}/dectNetworks/{dectNetworkId}/baseStations", "summary": "Get a list of DECT Network Base Stations", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "baseStations": [ { "id": "Y2lzY29zcGFyazovL3VzL0RFQ1RfREVWX1NUQVRJT04vYWJjZDEyMzQtMzU2NC00MGMzLWE3YWQtNTY1MGZkZGRkNTOU", "mac": "ABCD12555555", "numberOfLinesRegistered": 2 } ] } } ] }