JChristman
12 years agoAce
Surfacing Lasted Blog entry regardless of Category
Need some help on figuring this out. I'm attempting to write my own component to pull the latest blog via REST API. THe issue I seem to have has to do with our structure. Here is how our community is...
- 12 years ago
Try getting your message with this rest call. It says "get me the 1 latest topic from a blog in the community". Sounds like what you are looking for.
<#assign recent= rest(“/topics/style/blog/recent?page_size=1”).messages />