Forum Discussion
Hi,
I think you should be using this API
which will give you the posts already ordered chronologically as you are expecting.
Thanks,
Nico
Hi @NicoB,
Thanks for your suggestion, but as per my reply to Haidong, when I change the calls:
Page Navigation - <#assign resultSize = restadmin("/boards/id/${coreNode.id}/topics/recent/count").value />
Topics List Call - <#assign msgList = restadmin("/boards/id/${coreNode.id}/topics/recent?restapi.format_detail=full_list_element&restapi.response_style=view&page_size=${page_size}&page=${page_number}").node_message_context />
I get the page navigation returned correctly, but the topics themselves don't display.
Likewise, any suggestions you might have as to what needs to change with <#list msgList.message as msg> would be greatly appreciated.
Thanks
Nathan
Related Content
- 2 years ago
- 4 years ago