GetRourtersList

Description

Returns routers list registered in the system

Signature
RouterDefinition[] GetRoutersList(string key)

Parameters

Name Data Type Description

key

string required

The authentication key

Response

Data Type Description

Example

var communityPanelSoapClient = new CommunityPanelSoapClient();

var routersList = communityPanelSoapClient.GetRoutersList(key);