API Documentation
threads/listUsersVotedThread
Returns a list of users that voted on this thread. If
prioritize_followed is True and the user is authenticated, attempts
to return users that the authenticated user follows. If there aren't
enough followed users to reach the limit, pads the rest of the list
with not followed users.
URL
https://disqus.com/api/3.0/threads/listUsersVotedThread.json
Accessibility
public key, secret key
Supported request methods
GET
Supported formats
json, jsonp
Requires authentication
no
Rate limited
inherits global rate limit
Arguments
Required
-
thread
Looks up a thread by ID
Optional
-
prioritize_followed
Defaults to
true
Prioritize followed users who voted on this thread (must be authenticated)
-
limit
Defaults to
10
Maximum value of 100
-
vote
Defaults to
1
Choices: -1, 0, 1