synthesis
12 years agoGuide
How do I get older/more records with the REST API?
I work for HP. We have a gazillion product forums. I wanted to harvest a bunch of data with a call like this:
The max I can get at a time is 1000 records. If I keep increasing the "page" parameter it starts returning me zero results when page equals 3.
What if I want to pull 10,000 records?
If 2000 is the max, how do I get to older posts because 2000 records only takes me back to June of this year for the products I'm interested in.
Is there another way to bulk request more records?
I understand why you'd want to have a cap, but how do I work around it?
Thank you!