I am having some issue with GET to /polls/voters.json (I need all userNames or IDs that voted each option)
Discourse is always returning me this error:
{
“errors”: [
“You supplied invalid parameters to the request: poll_name”
],
“error_type”: “invalid_parameters”
}
post_id and poll_name are OK because vote and unvote endpoints works fine. It’s just this one
The Export button shows if you have the Discourse Data Explorer plugin installed and working. There are plans to unbundle this eventually, but at the moment there is a dependency.
Query 16 is the built-in poll report. I’ve allowed admins to access this query. @discobot is an admin.
This username and API key work for all other queries. This is my only Data Explorer-based query (which seems like it would be a really powerful tool, BTW).