ExportWeightModels

Description

Exports all weight models of the project.

Signature
string ExportWeightModels(string key, string projectId, bool includeDeleted)

Parameters

Name Data Type Description

key

string required

The authentication key

projectId

string required

ID of the project

includeDeleted

bool required

True, if deleted weight models should be exported as well.

Response

Data Type Description

string

XML representing all weight models of the project

Example

var client = new SurveyDesignSoapClient();

var weightModelsXml = client.ExportWeightModels(clientKey, "p999999999999", false);