Skip to main content

Get Poll Responses

Get poll responses

Path Parameters
    companyID companyID required

    The id of the company

    pollID pollID required

    The id of the poll

    date date required

    The date the poll was sent

Responses

List of poll responses


Schema
    surveyTemplateID string

    Unique ID of the survey template

    surveyTitle string

    Title of the survey

    anonymous boolean

    Whether the survey is anonymous

    questions object[]

    List of elements in the survey template

  • Array [
  • type string

    Possible values: [text, radio, select, dateRange]

    Type of the survey element

    label string

    Label of the survey element

    helperText string nullable

    Helper text of the survey element

    required boolean

    Whether a response is required

  • ]
  • responses object[]

    List of survey responses

  • Array [
  • id string nullable

    Unique ID of the user (if survey is not anonymous)

    responses object[]

    List of the user responses

  • Array [
  • oneOf

    string

  • ]
  • ]
Loading...