You can now fetch large datasets more reliably by enabling paging in our Web API data source. We support three common paging patterns, so you can adapt to how each API works:
  • Next URL โ€“ Follow a URL returned in the response to retrieve the next page
  • Token-based โ€“ Use a continuation token returned by the API
  • Offset-based โ€“ Step through results using a configurable starting value
Alongside our recently added scripting functionality, this makes it easier to work with real-world APIs and unlock richer, more complete datasets in your dashboards.
image