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 JSON or XML by: https;//<Org>/../td-p/587135.json OR https;//<Org>/../td-p/587135.xml
Is there an API to access JSON or XML in API format?
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