Forum Discussion

jaikumar1's avatar
jaikumar1
Mentor
7 years ago

How to get recent reply for specific threads

Hi,

I'm just looking into get the recent reply on the specific thread post. So could you please let me know on which API we can use it.

 

  • Parshant's avatar
    Parshant
    7 years ago

    jaikumar1,

    In this case here you can use below API V2 to achieve your requirement.

    select * from messages where topic.id='13' and depth > 0