Skip to main content

Get Poll

Get poll details

Path Parameters
    companyID companyID required

    The id of the company

    pollID pollID required

    The id of the poll

Responses

A poll object


Schema
    id string

    Unique ID of the poll

    createdAt date-time

    Date the poll was created

    updatedAt date-time

    Date the poll was last updated

    title string

    Title of the poll

    schedule string

    Schedule of the poll

    startDate date-time

    Start date of the poll

    endDate date-time

    End date of the poll

    timeZone string nullable

    Time zone of the poll

    audience object

    Audience target of the poll

    filters object[]

    List of filters to target the audience

  • Array [
  • key string

    Key of the filter

    value string

    Value of the filter

  • ]
  • link string

    Link to the poll

    sendDates date[]

    List of dates the poll was sent

Loading...