Forum Discussion

vinodhsamurai's avatar
vinodhsamurai
Contributor
12 years ago

Rest Api calls in bulk

I am trying to retrieve the users who have given kudos for the top 10 kudo'ed messages in a board.

 

Right now, i have to make 10 separate calls like :

 

http://community.lithium.com/community-name/restapi/vc/messages/id/[id] /kudos/givers

where [id] changes for each call.

 

I want to know if it is possible to pass the all the 10 message ids in a single REST Api request and retrieve the information in a single response.What are the general batch processing options with the Lithium REST Api ?