Skip to main content

Create survey variables

POST 

/v3/variables/batch

Create survey variables

Request

Body

    survey_id numberrequired

    Id of Survey

    variables

    object[]

    required

    Possible values: >= 1, <= 50

  • Array [

  • label stringrequired

    Possible values: <= 64 characters

    name stringrequired

    Possible values: <= 35 characters

    description string

    Possible values: <= 200 characters

    type stringrequired

    Possible values: [STRING, NUMBER, DATE]

  • ]

Responses

Successful

Schema

    data

    object[]

    Possible values: >= 1, <= 50

  • Array [

  • id number

    Variable ID

    label string

    Variable label

    name string

    Unique identifier for variable

    description string

    Description for variable

    type string

    Variable data type

  • ]

Loading...