So, using the generic REST connector is easy, but most APIs allow only to retrieve a “page” at a time.
For instance i'm reading Freshdesk tickets into Oracle, and max page size is 100 records.
How do i loop on page number/get next page until i get ALL the records?
- and after i get all records, easy why to deltas?