Hello, I am building an application where I am also displaying data statistics about customer behavior. I am furthermore using bubble.io for my frontend and need to be able to extract more than 100 records with a GET request from my backendless DB. I understand that the rest console is restricted to a page size of 100 records. Is there a way with business logic to build a Rest call that I can extract more than 100 records with an GET request?
Best regards