ContributionsMost RecentMost LikesSolutionsHow 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? SolvedHow to merge Q&A of board 1 with Q&A of board 2? Hi Team, We have a requirement where we need to merge Q&A of board 1 with Q&A of board 2. Or probably we would need to merge 2 boards into one. We are using each board as a solution. But, now 2 solutions are merged into 1. So, we would need to merge them as one to keep them streamlined with our product offering. Please assist. -Kautuk Re: how to create questions/discussions programmatically in Khoros community Got it. Create (HTTP POST) [1] section would work. [1] https://devdocportal.lithium.com/t5/Community-API-v2-Reference/bd-p/restv2docs?section=commv2&collection=messages&_ga=2.150302143.840571981.1584944454-1361047700.1584944454#action-create Re: how to create questions/discussions programmatically in Khoros community Parshant , thank you for the reply. The link shared is talking about things that we can do after the creation of the Topic from the message object. But, I would like to create new questions/discussions via APIs. My use case is to create a Thread in my community programmatically once there is product release. I have created the code to automatically trigger Something (here post creation) with product release APIs, but now I am stuck at AIPs to create a question/discussion. Can you specifically point wherein the documentation talks about creations of new? how to create questions/discussions programmatically in Khoros community How to create questions/discussions programmatically in the Khoros community? luk Claudius Parshant VikasB Tarun PerBonomi Solved