kjackman
13 years agoHelper
solutions/recent in REST API won't return more than 100 threads, no matter what I try
Hi folks,
I want to retrieve all the Accepted Solutions from a category. I've been using URLs like this one:
No matter how I arrange the "page_size" and "page" parameters, I can only retrieve 100 Accepted Solutions (each wrapped in a <thread> element) this way. For example, I tried "page_size=200" and still only got 100 results. I tried a page size of 20 and I can't read past page 5.
The /solutions/count method tells me there are 7,119 Accepted Solutions in this cagegory, so I know there are more in there somewhere.
Is there some undocumented upper boundary I'm hitting?