GetLinkedSurveyIds

Description

Get Survey Ids for all surveys linked to the panel

Signature
string[] GetLinkedSurveyIds(string key, string panelId)

Parameters

Name Data Type Description

key

string required

The authentication key

panelId

string required

Response

Data Type Description

string[ ]

String array with the linked survey ids

Example

var communityPanelSoapClient = new CommunityPanelSoapClient();

var surveyIds = communityPanelSoapClient.GetLinkedSurveyIds(key, "p123456789");