GetExternalAnswers

Description

Gets the external answers for a single question

Signature
AnswerBase[] GetExternalAnswers(string key, string projectId, string name)

Parameters

Name Data Type Description

key

string required

The authentication key

projectId

string required

ID of the project

name

string required

Name of the SingleForm

Response

Data Type Description

An array of AnswerBase

Example

var client = new AuthoringSoapClient();

var externalAnswers = client.ExportWeightModel(clientKey, "p999999999999", "mySingle");