PUT https://api.surveyjs.io/private/Surveys/makeResultPublic/{id}?accessKey={accessKey}&makeResultPublic={makeResultPublic}
Allows or disallows non-autorized users to 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
|
makeResultPublic |
Pass true to allow viewing survey results via a direct link or false to disable this capability.
|
boolean |
Required
|
Response Information
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.