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 |
|---|---|
AnswerBase[ ] |
An array of AnswerBase |