johnmcauley
13 years agoContributor
RestAPI - Kudos and recent
Hey all,
I am doing some work for a Lithium customer and need to pull the kudos graph (kudos given and received by user) for a particular community. To do this I can use the following REST API user request for each user and then compile the graph:
http://community.lithium.com/community-name/restapi/vc/users/id/43/kudos/given/receivers/recent
However, what does RECENT mean here actually? If I use the parameters page and page_size to iterate through the resultset will this enable me to see ALL the kudos that a certain user has given since joining the communtiy? Or is recent restricted to within a certain date?
If it is, how do I go about pulling the out kudos graph using the REST API?
Thanks for your help,
Rgds,
John