PUT https://api.surveyjs.io/private/Surveys/setResultColumns?accessKey={accessKey}
Change the result Columns.
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": "a6319088-7d9f-43ab-a483-4ac36505bca0", "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>a6319088-7d9f-43ab-a483-4ac36505bca0</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.