Skip to main content

Get event survey responses

Get an event survey responses

Path Parameters
    companyID companyID required

    The id of the company

    eventID eventID required

    The id of the event

    type type required

    Possible values: [pre, post]

    The type of the survey

Responses

List of survey 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...