ghayman
13 years agoGuide
Recent category threads
Hi all I can see how to return all recent threads: <#assign threads = rest("/threads/recent").threads /> and I can see how to return recent threads for the current board : <#assign ...
- 13 years ago
Just as a quick follow up for other users. It turned out what I really needed was recent topics.
/topics/recent
/categories/id/" + coreNode.id + "/topics/recent
/boards/id/" + coreNode.id + "/topics/recent
For each message in the topic list I was able to get to the thread info I needed.
Hope this helps someone :smileyhappy:
Geoff