Skip to main content

List Polls

List all polls of the company

Path Parameters
    companyID companyID required

    The id of the company

Query Parameters
    nextToken nextToken

    Token to use for pagination

Responses

List of polls of the company


Schema
    items object[]

    List of polls

  • Array [
  • id string

    Unique ID of the poll

    createdAt date-time

    Date the poll was created

    updatedAt date-time

    Date the poll was last updated

  • ]
  • nextToken string nullable

    Next token to use for pagination

Loading...