Update a survey
PATCH/v3/surveys/:id
Update a survey
Request
Path Parameters
- application/json
Body
Array [
]
Possible values: <= 200 characters
thankyou_json
object[]
settings
object
Randomize questions in the survey
submission_per_user
object
Enable submission per user
Possible values: >= 1
and <= 9999999999
limit_reset
object
Reset the limit after a period of time
Possible values: [day
, week
, month
, year
]
Possible values: >= 1
and <= 9999999999
throttling
object
Enable throttling
Possible values: >= 1
and <= 9999999999
Possible values: >= 1
and <= 9999999999
To Track the IP address of the user
To Track the location of the user
To allow the user to edit the response
To allow the user to send a copy of the response to themselves
To allow the user to submit partially
To allow the user to submit automatically. Only available in Chat Surveys
Possible values: <= 1000000000
Limit the number of responses this survey can get
dynamic_cut_off
object
Possible values: [days
, weeks
, months
, years
, hours
]
Possible values: >= 1
and <= 999
This feature is available only in ClassicForm
Possible values: >= 5 characters
and <= 256 characters
Password for the survey
To disable the scroll back option
To disable the contact tracking
Responses
- 200
Successful
- */*
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
{
"data": [
{
"id": 1,
"name": "Employee Satisfaction Survey",
"archived": false,
"survey_type": "Conversational",
"created_at": "2022-02-28T07:25:44.268Z",
"updated_at": "2022-02-28T07:25:44.268Z",
"survey_folder_id": 10000034,
"survey_folder_name": "General"
}
]
}