We have a requirement to count the # of likes user comments being received to measure how much active a comment is and say which user comment is actively looked at. I was able to retrieve the comments information but can't get the # of user votes through API.
In Admin UI i can notice that number of up votes and who has upvoted is using the information /discussions/topics/xxxxx/users_voted Any idea how i can get this through API v2 calls?