|
The getResponseListByRequest call is used to know how many respondents voted in the survey and their information.
The getResponseListByRequest request requires the following arguments:
getResponseListByRequest Request Members:
| Member |
Type |
Description |
| sessionID |
String |
Session ID. This is a value returned from the initial login call. |
| surveyID |
long |
ID of the user survey. |
| filterArray |
ResponseFilter[] |
It is used to filter respondents. <more> |
The getResponseListByRequest call returns the following member:
getResponseListByRequest Response Member:
| Member |
Type |
Description |
| [] |
RespondentInfo |
Array of respondent results. |
|