Solved
Forum Discussion
DougS
12 years agoKhoros Alumni (Retired)
Hi Peter,
You should be able to make the /boards/id/<board id>/threads call and pass the message_viewer.topic_sort_order parameter set to last_post_date.
-Doug
Sign in to react to this post
schung
12 years agoGuide
Hi Doug,
Can this call be made to call list of threads from given time range?
I'm trying to make a call like this:
mycommunity.com/restapi/vc/boards/id/BOARD_ID/threads?xslt=json.xsl&restapi.session_key=SESSION_KEY&date_start=2014-05-01T00:00:00&date_end=2014-05-01T23:59:59
Thanks!
Sign in to react to this post
- DougS12 years agoKhoros Alumni (Retired)
Unfortunately we don't have support for getting messages posted within a timerange in v1 of our API. We will have support for this in V2 (which is currently being developed).
Sign in to react to this post- schung12 years agoGuide
Thanks for the information!
Sign in to react to this post