Update a question
PUT/v3/questions/:question_id
Update a question
Request
Path Parameters
- application/json
Body
Array [
]
Array [
Array [
]
]
Survey Id
question
object
required
properties
object
data
object
Possible values: [3
, 4
, 5
, 6
, 7
, 8
, 9
, 10
]
Possible values: [0
, 1
, 2
, 3
, 4
, 5
]
Possible values: [0
, 1
]
Possible values: [image
, doc
, video
, audio
]
To include feedback by rating for Feedback question type
Promoter text for NPS feedback question type
Passive text for NPS feedback question type
Detractor text for NPS feedback question type
Low effort text for CES feedback question type
Neutral text for CES feedback question type
High effort text for CES feedback question type
Satisfied text for CSAT feedback question type
Dissatisfied text for CSAT feedback question type
To translate answers for feedback question type
display_logic
object
logics
object[]
Possible values: [and
, or
]
Default value: and
Logic operator of the Join condition
Possible values: [param
, question
, contact
, channel
, expression
, deviceType
]
Logic type
Possible values: [isPassed
, isNotPassed
, startsWith
, endsWith
, contains
, equalsString
, doesNotContain
, notEqualTo
, lessThanForParam
, greaterThanForParam
]
Variable Id for the Logic
Question Id for the Logic
Possible values: [firstName
, lastName
, email
, phone
, mobile
, jobTitle
, language
]
Contact property for the Logic
Possible values: [type
, name
]
Channel property for the Logic
Expression Id for the Logic
If question is a subquestion, parent_question_id will be the Id of the parent question
Value for the logic
skip_logic
object
logics
object[]
Default value: Default
logics
object[]
Possible values: [and
, or
]
Default value: and
Logic operator of the Join condition
Possible values: [param
, question
, contact
, channel
, expression
, deviceType
]
Logic type
Possible values: [isPassed
, isNotPassed
, startsWith
, endsWith
, contains
, equalsString
, doesNotContain
, notEqualTo
, lessThanForParam
, greaterThanForParam
]
Variable Id for the Logic
Question Id for the Logic
Possible values: [firstName
, lastName
, email
, phone
, mobile
, jobTitle
, language
]
Contact property for the Logic
Possible values: [type
, name
]
Channel property for the Logic
Expression Id for the Logic
If question is a subquestion, parent_question_id will be the Id of the parent question
Value for the logic
Responses
- 200
Successful
- */*
- Schema
- Example (from schema)
Schema
data
object
Question type
Position of question
Whether the question has display logic
Id of the Survey
Id of the section question is part of
Account Id
If question is a subquestion, parent_question_id will be the Id of the parent question
{
"data": {
"id": 1,
"type": "TextInput",
"position": "2.000000000000000",
"hasDisplayLogic": false,
"properties": {},
"survey_id": 2,
"section_id": 3,
"account_id": 2,
"parent_question_id": 3
}
}