rahulsrao24
8 years agoGuide
Filtering out the replies from recent solutions Rest Api
Hello,
This is a very urgent issue. Any help will be greatly appreciated.
I have been trying to filter out the replies which are being retrieved when i try
https://community-name/restapi/vc/boards/id/board-id/posts/recent?xslt=json.xsl&restapi.response_style=view&page_size=10
Can someone please suggest how to add a parameter here which will not retrieve any replies in the result set.
Sign in to react to this post
You can try below call which only returns the topics not the replies.
https://community-name/restapi/vc/boards/id/board-id/topics/recent?xslt=json.xsl&restapi.response_style=view&page_size=10
Here is the documentation https://community.lithium.com/t5/Developer-Documentation/bd-p/dev-doc-portal?section=commv1&leaf-id=Board.topics#Board.topics.recent