Public
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Contributor

How to view a specific thread using v2 api search query?

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

http://myweb.com/edfdadf/api/v2/search?q=SELECT *******

1 Reply 1
Boss

@tauheedkhan

Use below query to fetch all data related to thread.

SELECT * from messages where id = '<message.id>'

 See documentation for Liql here.

https://community.lithium.com/t5/Developer-Documentation/bd-p/dev-doc-portal?section=commv2&collecti...

.......
Expecting your Kudos and Accepted Solution to my replies.

Welcome to the Technology board!

Curious about our platform? Looking to connect on social technology? You've come to the right place!

Are you a Khoros customer? For direct assistance from our Support team, please visit the Support Forum.