GET Polls
List all poll responses
UserId is the user who is requesting the responses.
UserId is the user who is requesting the responses. If the poll doesn't allow responses to come out unless you have responded it needs to be enforced here
Request
Parameters
Values in the path and query string.
appid path string TalkLabs ID required
Example: your-app-id pollid path string TalkLabs ID required
Example: poll-id UserId query string customer-defined
Example: u-8842 Response
Status codes
Every JSON response uses the API result envelope.
200 OK ApiResult 400 Bad Request ApiResult 403 Forbidden ApiResult 500 Internal Server Error ApiResult