kautuksahni
2 years agoGuide
How to get the content of a thread in JSON or XML format?
Is there a way to get the output of the thread (Questions, Discussions, OR Blogs) in Json Or XML format? Let's say a particular thread's URL is: https;//<Org>/../td-p/587135 Can we get output in J...
- 2 years ago
The default output of LiQL Responses is JSON. So, a basic LiQL call might look like SELECT id FROM messages WHERE topic.id = '587135'
Here is the documentation on LiQL: https://developer.khoros.com/khoroscommunitydevdocs/docs/using-liql