Skip to main content

Get all surveys

GET 

/v3/surveys

Get all surveys

Request

Query Parameters

    survey_type string

    Possible values: [Conversational, ClassicForm, Kiosk, OfflineApp, NPS, NPSChat, CES, CESChat, CSAT, CSATChat, Employee360]

    Type of survey

    archived boolean

    Is the survey archived

    survey_folder_id number

    Survey folder Id of the survey

    created_date.gte date

    Survey created date greater than or equal to

    created_date.lte date

    Possible values: <= now characters

    Survey created date less than or equal to

    updated_date.gte date

    Survey updated date greater than or equal to

    updated_date.lte date

    Possible values: <= now characters

    Survey updated date less than or equal to

    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

    has_next_page boolean

    data

    object[]

  • Array [

  • id number
    name string
    archived boolean
    survey_type string
    created_at date
    updated_at date
    survey_folder_id number
    survey_folder_name string
  • ]

Loading...