Forum Discussion
3 Replies
Sort By
Try this V2 API hope this will help you to get your results.
Select * from messages WHERE depth=0 AND conversation.solved = true ORDER BY conversation.last_post_time DESC
- AdamN5 years agoKhoros Oracle
diptikaushikkar Unfortunately API v2 does not currently support sorting by solution date. As Parshant indicated, you can indeed filter by solved, but the sorting will be based on some other criteria.
If sorting by the solution date is important to you, this API v1 call could be useful:
- sejago3 years agoGuide
yeah, this is a massive pain point for me too. Something so simple.
Related Content
- 3 years ago
- 3 years ago
- 3 years ago