GET Polls
List poll responses
Create polls, manage choices, collect votes, and read standings.
Create polls, manage choices, collect votes, and read standings.
Request
Parameters
Values in the path and query string.
appid path string TalkLabs ID required
The TalkLabs application ID assigned to your account.
Example:your-app-id pollid path string TalkLabs ID required
The TalkLabs assigned poll ID.
Example:poll-id limit query integer · int32
The maximum number of records to return.
Example:200 cursor query string
The cursor returned by the previous page.
Response
Status codes
Every JSON response uses the API result envelope.
200 OK ApiResult 403 Forbidden ApiResult 500 Internal Server Error ApiResult