Forum Discussion
dhpawar
12 years agoHelper
I am looking to Rest call which searches for relevant posts /threads using the keyword. also trying to filter the result such that i get back only threads that has accepted soultions. is it possibale in singal Rest API Call?
Thanks
AdamN
12 years agoKhoros Oracle
When searching, you will only get results back in messages instead of threads. You can get topics (the root messages, or questions) using the method I described previously. But to get the corresponding thread object (root message plus reqplies) you will need to make an additional REST API call per topic message.
Alternately, you could combine these calls into an endpoint using the techniques described here:
Related Content
- 3 years ago
- 3 years ago
- 3 years ago
- 8 years ago
- 10 years ago