Forum Discussion
PaoloT
11 years agoLithium Alumni (Retired)
Hi Gursimrat
if you need to get the ideas with a specific status (for example "Duplicate") , you can do something on the lines of
http://community.lithium.com/restapi/vc/boards/id/Lithium_Ideas/threads/for/message_statuses/key/Duplicate/recent/count
And then once you know how many you have, you can paginate, for example
http://community.lithium.com/restapi/vc/boards/id/Lithium_Ideas/threads/for/message_statuses/key/Duplicate/recent?page=1&page_size=4
Hope this helps