Forum Discussion
- AdamNKhoros 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:
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
- sejagoGuide
yeah, this is a massive pain point for me too. Something so simple.
Related Content
- 2 years ago
- 2 years ago
- 2 years ago