bdelaune
11 years agoContributor
Rest API search to Discussion Style
Hi. I'm working on a project where the client would like to be able to search the community (this is very easy with the REST API. From there, within their current application, they would like to view and navigate the thread as if they were on the website (without leaving the current tool).
I'm running into a problem when searching and then rendering the appropriate thread. For example, let's say the user clicks on once of the results in the search. I want to be able to display the page of the thread that message resides on. From what I can tell the /restapi/thread/[id]/messages/linear will not allow me to say which message's page I'd like. Is there a better way to approach this? Let me know if I'm not making any sense.