Forum Discussion

cartman21's avatar
cartman21
Helper I
9 years ago
Solved

Query that paginates with JSON

Basically, the database I'm connected to cuts off values at 500 per query, so im doing 0-500, then 500-1000, then 1000-1500 and so on.   Here is the code (with changed url/api key for security reas...