Forum Discussion
Anonymous
5 years agoNot applicable
REST Api pagination
Hello, I am wondering if you can help me with api pagination... I am trying to get all records from an external api but it restricts me with only getting maximum of 10. There are around 40k records....
lbendlin
Super User
5 years agowhat happens on [key="status", operator="EqualTo", value="Active", page=2, resultType="full"] ?
Anonymous
5 years agoNot applicable
- lbendlin5 years ago
Super User
Good. That means you can implement my proposed approach. How long does it take to fetch 10 records? You'll have to do that 4000 times...
- Anonymous5 years agoNot applicable
Which approach.. Sorry have i missed any thread?
It takes between 5-10 seconds....
Can you help how can i write a code? pls .. thank you- lbendlin5 years ago
Super User
The one mentioned in my second response.
Do you have a sample API key and authentication? It's not practical to develop code without being able to access the API.