jeroen_stevens
13 years agoContributor
Sort order of the threads shown in search
I am using the search API function to request a search list for a corporate website. Sorting by -topicPostDate results in a list where the threads are sorted on the start date of the thread. We want to sort the threads by newest message in a thread; with the newest message appearing first. What sort_by element should we use for this?
I am using the next URL:
forum.---.com/restapi/vc/boards/id/%boardname%/search/messages?page=1&page_size=2&q=is_root:true&restapi.response_style=view&sort_by=-topicPostDate
Hopefully you can help us out.
Thank you.