PUT https://api.surveyjs.io/private/Surveys/setResultSummaryState?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": "2795e7a0-a764-4d41-965f-3b0681b29bdc", "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>2795e7a0-a764-4d41-965f-3b0681b29bdc</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.