GET https://api.surveyjs.io/private/Surveys/getIsResultPublic/{id}?accessKey={accessKey}
Returns true if the survey results could be viewed via direct link by a non autorized user, and false if could not.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accessKey |
Your user unique indentificator.
|
string |
Required
|
id |
A survey unique indentificator.
|
globally unique identifier |
Required
|
Response Information
IHttpActionResult
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.