Get vote information of current user in Forum Reply

Hello,

I am using REST api to get forum thread replies and is showing Votes count - QualityYesVotes, QualityNoVotes next to each reply.

Now, I want to show a voted-up/down indicator next to the up/down button for logged-in user. Below is a screenshot of TC's default voting experience.

I have tried both - https://community.telligent.com/community/10/w/api-documentation/61580/list-forum-reply-votes-forum-reply-votes-rest-endpoint and https://community.telligent.com/community/10/w/api-documentation/61577/show-forum-reply-vote-forum-reply-vote-rest-endpoint to get votes details for the current user. But, both apis are not returning any relevant information. It's returning null and zero respectively for those api calls.

How can I get votes details of currently logged in user?

Any help will be appreciated.

Thank you.