Forum Discussion
4 Replies
Sort By
You can use API V1 for this:
http://community.lithium.com/community-name/restapi/vc/messages/id/1271/reply
- jaikumar17 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.
In this case here you can use below API V2 to achieve your requirement.
select * from messages where topic.id='13' and depth > 0
- jaikumar17 years agoMentor
Thank you Parshant,
I think it will work for me, and i have tried before the same API V2, and unfortunately that time i'm not succeed.
Related Content
- 12 years ago
- 11 months ago
- 2 years ago
- 8 months ago