How to copy all and update API data
I'm trying to copy data from an API to blob storage but because of performence reasons it is not possible to return all the data at once. It only gives 10 elements and it is possible to get other pages using the 'page' parameter. In the first screenshot you can see the data it returns when copying 'meters'. Column _embedded row meters contains the 10 rows. How is it possible to copy and afterwards update all the data to blob storage and maybe combine different dataframes in the process(just copying it all at once every few minutes might not be possible because one of the data sources contains 10252096 elements)? I'm new to azure so I'm having some difficulties with the basics like adding parameters(like 'page') and that kind of stuff. I also put some screenshots of how I copy the data to make it a bit more clear what i did.
Feel free to ask me some more information if anything is unclear!
Thanks :)