SurveyDataExportDefault

Description

Start a Survey Data Export task for a given project. Default values of DataExportParameters will be used. This is the same process as exporting data via the GUI.

Signature
long SurveyDataExportDefault(string key, string projectId)

Parameters

Name Data Type Description

key

string required

The authentication key

projectId

string required

The project ID

Response

Data Type Description

long

Task ID

Example

var taskManagementSoapClient = new TaskManagementSoapClient();

var taskId = taskManagementSoapClient.SurveyDataExportDefault(key, projectId);