GET https://api.surveyjs.io/public/Survey/getResult?resultId={resultId}&name={name}
Returns the survey results grouped by a question name.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
resultId |
A unique indentificator for survey result.
|
globally unique identifier |
Required
|
name |
You question name.
|
string |
Required
|
Response Information
IHttpActionResult
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.