AddExternalSurveyLinks

Description

Adds external survey links to a job.
Signature
int AddExternalSurveyLinks(string key, string panelId, int jobId, string[] surveyLinks)

Parameters

Name Data Type Description

key

string required

The authentication key

panelId

string required

The panel ID

jobId

int required

The job ID

surveyLinks

string[ ] required

Array of the external survey links.

Response

Data Type Description

int

Amount of links added.

Example