GetRouterSurveysList

Description

Returns list of projects registered in the given router.

Signature
ProjectRegistrationDefinition[] GetRouterSurveysList(string key, int routerId)

Parameters

Name Data Type Description

key

string required

The authentication key

routerId

int required

Response

Data Type Description

Example

var communityPanelSoapClient = new CommunityPanelSoapClient();

var projectRegistrationDefinitions = communityPanelSoapClient.GetRouterSurveysList(key, 55);