Solved
Forum Discussion
jaikumar1
7 years agoMentor
Hi Parshant,
Thank you for your response. Actually i just looking into get the last reply form the each latest thread post. So to get a latest thread, i'm using the below API using GET method,
http://community.lithium.com/community-name/restapi/vc/threads/recent
The API which your are suggested is using the POST method and unfortunately the above API call not working in my side. So is there any other API call can help with GET method to archive my requirement.
Parshant
7 years agoBoss
In this case here you can use below API V2 to achieve your requirement.
select * from messages where topic.id='13' and depth > 0
Related Content
- 12 years ago
- 2 years ago
- 13 years ago