Forum Discussion

nchungie's avatar
10 years ago

Community API v2: how to get latest posts (for all boards)

I tried:   ```SELECT * FROM messages WHERE conversation.style='forum' ORDER BY latest```
  • ChhamaJ's avatar
    10 years ago

    Hi nchungie

     

    You need to do "Order by post_time DESC" to order by post date.

     

    Hope this helps.

     

    Thanks,
    Chhama