Forum Discussion
TFE_techsupport
2 years agoRegular Visitor
Data Pipeline- Copy Activity - Data Source - Restful API - Pagination
In Microsoft fabric, for the data pipeline, when using the copy activity, how to use pagination rules when the ability to paginate is dependent on the URL and the child node result from the JSON from...
v-cboorla-msft
2 years agoMicrosoft Employee
Apologies for the delay in response.
Thank you for the information provided.
Please refer to this link REST API Call Pagination
Hope this helps. Please let me know in case of any queries.
ParthShah7
1 year agoNew Member
I have seen your reply on link you mentioned to refer, however in my case within the api page the syntax of next ( here : more ) paginated page is written as
"more" : "albums?limit=25&after=MTAxNTExOTQ1MjAwNzI5ND="
Hence I need to input some syntax in box next to AbsoluteURL drop-down
Can you help me by mentioning what to mention there, as in your case full URL was mentioned in $.next you kept the mentioned box blank