How do I get a list of Upvotes on a particular post? Details of the voters on a post, basically
upvotes
Hi
If you hover over this element you’ll see which users specifically

If its idea votes you’re after, then this information is available on the idea itself:

Now if you’re looking to extract this idea information into report form - you could in theory achieve this via these 2 api calls:
https://api2-us-west-2.insided.com/docs/community/#operation/getIdeaList
https://api2-us-west-2.insided.com/docs/community/#operation/getIdea
In these calls there should be a “votedBy” object which will give you the numerical user IDs of the users who upvoted the idea.
The likes information can be retrieved with this endpoint:
https://api2-us-west-2.insided.com/docs/community/#tag/Unified-content-(Topics)
Same principle applies - you should see “likeSet” object, again with the user IDs of the users who liked the topic.
Hello, thank you. However, I want a report of all the upvotes, the details of each user instead of just their user names, I would like a detailed report of their user name, full name, email address, company etc.
Reply
Please enter your username & password
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.