Forum Discussion

ghayman's avatar
ghayman
Guide
12 years ago

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 ...
  • ghayman's avatar
    ghayman
    12 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