@PAULEM By default, API returns 25 results. You can pass a specific limit up to 1000 to get more results. community.YourCommunity.com /api/2.0/search?q= select * from messages where conversation.solved=false and depth=0 and post_time > 2019-07-01T00:00:00.000-00:00 and post_time < 2019-07-31T23:59:59.999-00:00 limit 1000
... View more