I want to fill a dropdown with more than 10 results, and the API just give you 10. It is possible to call the api in a custom widget? The idea is to call the api at page 0, get all the data, then call it again in page 1, and repeat till i get all the registers in database.
Thank you!