Skip to main content

Get all survey variables

GET 

/v3/variables

Get all survey variables

Request

Query Parameters

    survey_id numberrequired

    Id of Survey

    limit number

    Possible values: >= 1 and <= 100

    Default value: 50

    Number of records you would like in a request

    page number

    Possible values: >= 1

    Page of results

Responses

Successful

Schema

    data

    object[]

  • 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

  • ]

  • has_next_page boolean
Loading...