Hi,
I’m trying to retrieve a couple hundred items of a data thing called ‘products’. Unfortunately, it’s limited to only 50 items. How can I retrieve more?
Are there any workarounds? Maybe retrieving 50 items at a time until everything is sent?
Hi,
I’m trying to retrieve a couple hundred items of a data thing called ‘products’. Unfortunately, it’s limited to only 50 items. How can I retrieve more?
Are there any workarounds? Maybe retrieving 50 items at a time until everything is sent?
Hey @dailywebdesign
Is there pagination on the API? That is normally how you get more data from an API. You go through the pages.
Let me know.
Hi @J805
Thanks for your quick reply. I think that can be solution, but where can I learn more about this? I don’t see many videos about this.
Just to be clear. I want other apps to take information from my app (bubble), not the other way around. So currently othe apps can only take 50 items from my app.
Thanks!
Got it. So if you want someone else to get more records from your Bubble database then they need to use these two parameters. I’m not sure what the limit is but they say the default is 100. Check it out: Data API requests | Bubble Docs
Hope that helps.