GET https://api.surveyjs.io/private/Surveys/getSurveyResults/{id}?accessKey={accessKey}&from={from}&till={till}
Returns survey results.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
A survey unique indentificator.
|
globally unique identifier |
Required
|
accessKey |
Your user unique indentificator.
|
string |
Required
|
from |
Start date for data selection.
|
date |
None.
|
till |
End date for data selection.
|
date |
None.
|
Response Information
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.