Forum Discussion
jkdata
Jan 08, 2024Copper Contributor
REST API and Pagination
So, I'm having some issues getting all the data from a Rest API into Azure Data Factory. Currently I have everything setup correctly the mapping the source etc. The REST API returns only 100 result...
jkdata
Jan 15, 2024Copper Contributor
For anyone who might find this page via search engine I did figure out what I needed to do.
As long as "?after=" was in the relative URL value all I needed to do was put the word "after" as a QueryParameter and where it was located in the body response of the json data. For this API it was Body->pagination.endCursor.