lorna
14 years agoMaven
Listing threads on category level
Hi, I am new to RESTApi so this may be a silly question :) We want to display the thread links underneath the board titles on the category pages. So instead of just listing the boards, each ...
- 14 years ago
Hi Lorna -
Yes, you can get the latests threads or topics (topics and threads are pretty similar). This call will get you the latest topics in your category
/[community-name]/restapi/vc/categories/id/[category-id]/topics/recent?page=1&page_size=10
This is saying: in my category, [category-id], get me the 10 most recent topics.
Here is a live example from this site: