ThomasRushton
11 years agoLeader
Quick question about REST API to see who's kudoed a post
Hi All,
I'm a novice when it comes to REST API, but am trying to extract a simple list of customers who've kudoed a specific post.
Does anyone know if this is possible?
Thanks,
Tom
Hi ThomasRushton ,
This API should give you the results you are looking for:
http://community.lithium.com/t5/Community-API/bd-p/developers-rest-api?leaf-id=Message.kudos.givers#Message.kudos.giversSuppose your post ID is 1271 then you would use:
http://community.lithium.com/restapi/vc/messages/id/1271/kudos/givers
Thanks,
Nico