Pagination on a REST API call (Code)
ObjectifConnect a microsoft REST API (HRTB) that returns only a fixed number of records at a time.Do paginationCodeStep 1 : Get the number of recordsStep 2 : Loop and extract x records each timeThe only trick there is to find which field on the table...