Forum Discussion
iftomkins
12 years agoMaven
Update:
Here's what I've tried, to no avail. A million error messages as a result. I think I'm on the right track though?
<#assign originalTopicSubject = rest("/messages/id/${page.context.message.id}/root.subject").value>
${originalTopicSubject}
Thanks for your help!
Alan
dhiraj_gophane
12 years agoLeader
Hi,
If you want all root messages in community then you can try following API,
http://community.lithium.com/restapi/vc/search/messages?q=is_root:true
If you have message id and if you want the title of root message, then try following API,
http://community.lithium.com/restapi/vc/messages/id/<message_id>?q=is_root:true
Hope this was helpful.
If so please accept it as solution.
Related Content
- 2 years ago
- 4 years ago