PUT https://api.surveyjs.io/private/Surveys/setResultTableState?accessKey={accessKey}
Change the result table 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 columns as json string]}
SurveyResultsStateName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None.
|
|
Json | string |
None.
|
Request Formats
application/json, text/json
{ "Id": "dc9f6bef-eae6-4252-ad0a-2e110e0ea4d1", "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>dc9f6bef-eae6-4252-ad0a-2e110e0ea4d1</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.