PUT https://api.surveyjs.io/private/Surveys/makeResultPublic/{id}?accessKey={accessKey}&makeResultPublic={makeResultPublic}
Enable or disable the ability to view survey results by non autorized user via direct link.
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
|
makeResultPublic |
True to enable and False to disable viewing results via direct link.
|
boolean |
Required
|
Response Information
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.