ContributionsMost RecentMost LikesSolutionsRe: REST API returns incorrect solutions count VenkS, Full links: http://stage.crowdsupport.telstra.com.au/restapi/vc/boards/id/Apple_iPhone5/solutions/recent http://stage.crowdsupport.telstra.com.au/restapi/vc/boards/id/Apple_iPhone5/solutions/count Thanks for your help! REST API returns incorrect solutions count Hi guys, There is a problem with REST API. There are two REST API calls. First: /restapi/vc/boards/id/{BoardId}/solutions/count returns value = 5 And second: /restapi/vc/boards/id/{BoardId}/solutions/recent returns a list of 8 Threads Can anyone explain or assume why this happens? Is there any Lithium CMS bug or any Settings which affect these calls? There is a problem to make Paging work because of the invalid solutions count. I can provide full links (with domain name and real board id) if it will help. Re: REST API: how to get community threads sorted by latest post date? ChhamaJ. Thanks for the answer. But I still need to get "Community threads". I need the Community threads rather than Board threads, Blog threads or Category threads. (i.e. top of all available threads in the Community). Re: REST API: how to get community threads sorted by latest post date? ChhamaJ. Thanks for the answer. But I still want to get "community threads sorted by most recent posts". I need the threads to be sorted bymessage post date(or reply, or comment) rather than topic post date. REST API: how to get community threads sorted by latest post date? Hi guys, How can I get community threads (or topics) sorted by most recent posts (with each thread appearing only once)? I have tried /restapi/vc/threads/recent?topic_sort_order=last_post_date /restapi/vc/topics/streams/key/by-latest-post/after It doesn't works. Can you help me with it? Thanks.