i want to view a thread using its url take it http://myweb.com/examplethread using v2 search query
what will be the SQL query to view all the detail of thread at api end point
Use below query to fetch all data related to thread.
SELECT * from messages where id = '<message.id>'
See documentation for Liql here.
Welcome to the Technology board!
Curious about our platform? Looking to connect on social technology? You've come to the right place!