damon_williams
11 years agoGuide
Recent Posts API?
Does the Lithium API have a method that will return the top 10 most recent posts? Or, the top "active" threads? I am looking to surface Lithium content on another part of my website that is C...
- Inactive User11 years ago
Here's the call for recent posts -
- http://community.lithium.com/community-name/restapi/vc/posts/recent?page_size=10
Threads is the same just swap 'posts' for 'threads'.