Skip to main content

Update a question

PUT 

/v3/questions/:question_id

Update a question

Request

Path Parameters

    question_id numberrequired

Body

    survey_id numberrequired

    Survey Id

    question

    object

    required

    text string
    description string
    required boolean

    properties

    object

    data

    object

    min string
    max string
    step number

    Possible values: [3, 4, 5, 6, 7, 8, 9, 10]

    wait number

    Possible values: [0, 1, 2, 3, 4, 5]

    type string
    start number

    Possible values: [0, 1]

    file_types string[]

    Possible values: [image, doc, video, audio]

    include_feedback_by_rating boolean

    To include feedback by rating for Feedback question type

    promoter string

    Promoter text for NPS feedback question type

    passive string

    Passive text for NPS feedback question type

    detractor string

    Detractor text for NPS feedback question type

    low_effort string

    Low effort text for CES feedback question type

    neutral string

    Neutral text for CES feedback question type

    high_effort string

    High effort text for CES feedback question type

    satisfied string

    Satisfied text for CSAT feedback question type

    dissatisfied string

    Dissatisfied text for CSAT feedback question type

    translate_answers boolean

    To translate answers for feedback question type

    display_logic

    object

    logics

    object[]

  • Array [

  • join_condition string

    Possible values: [and, or]

    Default value: and

    Logic operator of the Join condition

    type stringrequired

    Possible values: [param, question, contact, channel, expression, deviceType]

    Logic type

    comparator string

    Possible values: [isPassed, isNotPassed, startsWith, endsWith, contains, equalsString, doesNotContain, notEqualTo, lessThanForParam, greaterThanForParam]

    variable_id number

    Variable Id for the Logic

    question_id number

    Question Id for the Logic

    contact string

    Possible values: [firstName, lastName, email, phone, mobile, jobTitle, language]

    Contact property for the Logic

    channel string

    Possible values: [type, name]

    Channel property for the Logic

    expression_id number

    Expression Id for the Logic

    parent_question_id number

    If question is a subquestion, parent_question_id will be the Id of the parent question

    value string

    Value for the logic

  • ]

  • skip_logic

    object

    logics

    object[]

  • Array [

  • jump_to string

    Default value: Default

    redirect_url string

    logics

    object[]

  • Array [

  • join_condition string

    Possible values: [and, or]

    Default value: and

    Logic operator of the Join condition

    type stringrequired

    Possible values: [param, question, contact, channel, expression, deviceType]

    Logic type

    comparator string

    Possible values: [isPassed, isNotPassed, startsWith, endsWith, contains, equalsString, doesNotContain, notEqualTo, lessThanForParam, greaterThanForParam]

    variable_id number

    Variable Id for the Logic

    question_id number

    Question Id for the Logic

    contact string

    Possible values: [firstName, lastName, email, phone, mobile, jobTitle, language]

    Contact property for the Logic

    channel string

    Possible values: [type, name]

    Channel property for the Logic

    expression_id number

    Expression Id for the Logic

    parent_question_id number

    If question is a subquestion, parent_question_id will be the Id of the parent question

    value string

    Value for the logic

  • ]

  • ]

Responses

Successful

Schema

    data

    object

    id number
    type string

    Question type

    position string

    Position of question

    hasDisplayLogic boolean

    Whether the question has display logic

    properties object
    survey_id number

    Id of the Survey

    section_id number

    Id of the section question is part of

    account_id number

    Account Id

    parent_question_id number

    If question is a subquestion, parent_question_id will be the Id of the parent question

Loading...