PUT https://api.surveyjs.io/private/Surveys/setResultPermissions?accessKey={accessKey}
Change the result summary state.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accessKey |
Your user unique indentificator.
|
string |
Required
|
Body Parameters
{Id: [A survey unique indentificator.], Json: [New default state as json string]}
SurveyResultsStateName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None.
|
|
Json | string |
None.
|
Request Formats
application/json, text/json
{ "Id": "7566c71a-92fd-499d-925f-f42946778e36", "Json": "sample string 2" }
application/xml, text/xml
<SurveyResultsState xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Id>7566c71a-92fd-499d-925f-f42946778e36</Id> <Json>sample string 2</Json> </SurveyResultsState>
application/x-www-form-urlencoded
Response Information
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.