Forum Discussion
bones_clarke
Apr 01, 2024Copper Contributor
Specific Use Case: REST API Pagination in Data Factory
Hello, I seem to have a specific use case in regards to ingesting data from an REST API endpoint and struggling on how to use pagination within the source instead of using the Until function. I got t...
ynguyenluat
Mar 19, 2025Copper Contributor
Hello. I have the same issue and would like to know if you found a solution. For that, I stored the result in a parquet file with a hasMoreResults and startindex columns and do a lookup to get this value and pass it as parameters for the next page.