PUT https://api.surveyjs.io/private/Surveys/changeJson?accessKey={accessKey}
Change the survey json.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accessKey |
Your user unique indentificator.
|
string |
Required
|
Body Parameters
{Id: [A survey unique indentificator.], Json: [A new json string]}
SurveyChangeJsonName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None.
|
|
Json | string |
None.
|
|
Text | string |
None.
|
Request Formats
application/json, text/json
{ "Id": "8654b48d-7303-4d07-a7c6-a154132ecfc6", "Json": "sample string 2", "Text": "sample string 3" }
application/xml, text/xml
<SurveyChangeJson xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/dxSurveyAPI.Controllers"> <Id>8654b48d-7303-4d07-a7c6-a154132ecfc6</Id> <Json>sample string 2</Json> <Text>sample string 3</Text> </SurveyChangeJson>
application/x-www-form-urlencoded
Response Information
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.