nlouie
14 years agoAdept
API: Most recent threads in the Forum Community
Hi there, I'm trying to figure out how I can populate the Most recent threads that are from the Forum section only. This API uses to populate Recent Threads in the entire community across all...
Sign in to react to this post
- 14 years ago
Hi Nick,
Give this a try:
http://community.futureshop.ca/restapi/vc/topics/style/board/recent
This uses the "topics" method of the "Community" object, which returns a NodeMessageContext. Then once you have that, you can use the "/style/style/recent" method to specify which interaction style you'd like to get the recent messages for.
Regards,
Adam