Hi all,
Is it possible to generate a report to show me which members voted for a specific idea in an idea forum?
Or would I need to you an API call to get this information?
Thanks.
Greetings,
Bill
Solved! Go to Solution.
Here is the API to get the details
select * from kudos where message.id = 'id'
Or you can view the kudos givers details by clicking on kudos count see here or you can use the below URL directly
https://community.mycommunity.com/t5/kudos/messagepage/board-id/ideas/message-id/945/tab/all-users
You need to update the idea forum id and message index id(message index is different than the message id, you can get the message index from message edit link).
Thanks Vikas
I tried the call:
https://community.mycommunity.com/t5/kudos/messagepage/board-id/ideas/message-id/945/tab/all-users
Where I updated the board-id and the message id, but it is not working. In your previous reply you mentioned the message index id. I don;t understand where U can find this. In your example is this the "945".
If possible could you highlight which areas in the https call I need to update.
Appreciate your help on this.
Greetings,
Bill
You can get this from the message edit link. You just need to click on message edit link. See here https://prnt.sc/j1odq6
On the edit page, you can get the message index from the page URL.
Welcome to the Technology board!
Curious about our platform? Looking to connect on social technology? You've come to the right place!