Skip to main content

Update survey section

PUT 

/v3/sections/:section_id

Update survey section

Request

Path Parameters

    section_id numberrequired

    Id of Section

Body

    survey_id numberrequired

    Id of Survey

    section

    object

    required

    Section object is required

    name string

    Possible values: <= 10000 characters

    Name of the section

    description string

    Possible values: <= 10000 characters

    Description of the section

    position number

    Position of the section

    properties

    object

    label string

    Label for the section button

    section_randomise boolean

    Randomise the questions in the section

    single_page_view boolean

    Show all questions in the section in a single page

    skip_section boolean

    Skip the section

    section_intro string

    Possible values: [same, separate]

    Introduction text of the section in the same page? or in a seperate page?

    required boolean

    Is the section required?. Only in case of single page view

    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]

    Logic type

    comparator stringrequired

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

    Comparator for the logic type

    variable_id number

    Variable Id for the Logic

    value string

    Value for the logic

  • ]

Responses

Successful

Schema

    string

Loading...