peterlu
11 years agoChampion
get a list of threads/topics from community / board, sort by / order by last reply message
I found a similar post here
There have been requirements for this from multiple customers. I know that the built-in board page threads list has this functionality.
Is there a way in the API to fetch the list in this particular order?
Possible in API v2?
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
Thanks, DougS, the search api with sort_by=-latestPostDate works for community/category level.