Forum Discussion

johnmcauley's avatar
johnmcauley
Contributor
13 years ago

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 

1 Reply

  • I've asked similar questions about recent posts in the past and the answer I got was "recent" simply means it's sorted by date.  However, if you keep iterating over page and page_size you can go back to the beginning of time.