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
- 200
List of polls of the company
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
items object[]
List of polls
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
{
"items": [
{
"id": "2e8f9915-fda0-450c-95a3-d61f93c66fa9",
"createdAt": "2021-01-01T00:00:00.000Z",
"updatedAt": "2021-01-01T00:00:00.000Z"
}
],
"nextToken": "2e8f9915-fda0-450c-95a3-d61f93c66fa9"
}
Loading...