Forum Discussion

peterlu's avatar
peterlu
Champion
11 years ago
Solved

get a list of threads/topics from community / board, sort by / order by last reply message

I found a similar post here http://community.lithium.com/t5/Developers-Discussion/RESTAPI-sort-by-last-edit-time/m-p/139108#M5415   There have been requirements for this from multiple customers. I...
  • DougS's avatar
    11 years ago

    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

  • peterlu's avatar
    peterlu
    11 years ago

    Thanks, DougS, the search api with sort_by=-latestPostDate works for community/category level.