GET https://api.surveyjs.io/private/Surveys/getSurveyResults/{id}?accessKey={accessKey}&from={from}&till={till}
Returns the results of a particular survey.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
A survey ID.
|
globally unique identifier |
Required
|
accessKey |
Your private access key.
|
string |
Required
|
from |
(Optional) A start date for data selection.
|
date |
None.
|
till |
(Optional) An end date for data selection.
|
date |
None.
|
Response Information
IHttpActionResult
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.