Hi!
I'm looking for the best way to manage discussions on content server.
I'm developing a small application in Javascript/html5, and I've been able to show a list of folders and files and navigate through it's contents, but now our customer told us to view discussions, topics, replies and reply to those topics. So, although, I can get the nodes of type 134(Topics),130(Replies), it seems that there's no way I can get the comments of the topic through CS REST API, only the titles (the name property of the node) and neither I can get to reply any topic, because creating a new node of type 130(Reply) gives me an 400 error (Bad request).
So, is there any rest api to do so?
Thank you very much.
Regards,