lmcdonald
10 years agoLeader
Help with API to bring back new topics and replies
Hi everyone,
Can someone please point me to the right documentation for what I am attempting to achieve?
If this brings back only replies:
<#assign recent = rest(restContext + "/replies/recent?restapi.response_style=view").messages />
And this brings back only topics:
<#assign recent = rest(restContext + "/topics/recent?restapi.response_style=view").messages />
What would bring back both topics and replies?
Thanks,
Lili