XF 2.1 API: Sort /forums/{1}/threads/ by post_date

TiKu

Member
Licensed customer
Hi,

I wonder whether it is possible to use the API to retrieve one page of threads in a forum sorted by post_date. To me it seems that results are always sorted by last_post_date, which is not what I need. So can sorting be customized?

Best regards
TiKu
 
I've found out that you can append
Code:
?order=post_date&direction=desc
to the API call.
 
Back
Top Bottom