Forum Discussion
Hi Henrik,
I found one.
Check it out : http://community.lithium.com/community_name/restapi/vc/boards/id/[board_id]/kudos/givers/leaderboard?max_age=all
But ther is one problem, if admin gives kudo then it is not counted by this api.
dont knw wheather it is useful for you.
I just tried.
Regards,
Vishwajeet Hol
Hi Vishwajeet,
Thanks for your answer.
This API gives the members who gave kudos in the board. Do you mean I should make a loop on all givers and check if the current user is among them?
I found another way to do it, meanwhile. We have a LOT of kudos per message, but few messages in our events' boards. So the idea is to make a loop on the messages and check if the user has already give a kudo with this API :
/messages/id/[id]/kudos/for/users/self/count
The same works for ratings.
The loop breaks when a kudo has been found.
Henrik
Related Content
- 11 months ago
- 2 years ago