Forum Discussion
AdamN
14 years agoKhoros Oracle
Hi henaffma,
In Lithium, topics and threads are essentially different names for the same thing: a collection of a root post and all its subsequent replies. Years ago, they were called "threads", but were eventually changed to "topics". The title that you're referring to is called the "subject" in our system.
Unfortunately, there's no REST API call to get just a list of topic/thread subjects; however, you should be able to easily obtain that information from the sample REST API calls you provided. It's just a matter of iterating through the different topics/threads and getting the subject for each.
Regards,