GET https://api.surveyjs.io/private/Surveys/getIsResultPublic/{id}?accessKey={accessKey}
Returns a Boolean value that specifies whether a non-authorized user can view survey results via a direct link.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accessKey |
Your private access key.
|
string |
Required
|
id |
A survey ID.
|
globally unique identifier |
Required
|
Response Information
IHttpActionResult
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.