Rest API for Comments and/or to separate topics from comments
I am looking for a rest call to pull comments from a specific board (possibly with a label too). I am aware that I can use the following to get the entire thread, but it would be a lot simplier to be able to pull only comments and make another call to pull the topics:
/restapi/vc/boards/id/[board id]/threads/for/labels/text/[label]/recent
If there was a rest call to at least separate the comments and the topic posts in the result, that would actually be better, but either solution will work. Below is an example of the format I am currently getting, Thanks!
Hi,
To get comments (==replies) only use this call: http://lithosphere.lithium.com/t5/rest-api/bd-p/developers-rest-api?leaf-id=Board.replies#Board.replies
...for the topics only use "topiclist": http://lithosphere.lithium.com/t5/rest-api/bd-p/developers-rest-api?leaf-id=Board.topiclist#Board.topiclist