Forum Discussion

JChristman's avatar
12 years ago
Solved

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...
  • KaelaC's avatar
    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 />