How to configure ADF copy data REST API pagination with offset in POST request body
Don
20
Reputation points
Hi. I'm trying to configure pagination for a REST API source in ADF copy data activity. None of the documented options seem to suit my situation which is for the offset and limit values to be sent as part of a JSON structure in the body of the POST request.
The API I am working with is this one https://developers.podio.com/doc/items/filter-items-4496747
I expect I can get it to work with a pipeline loop using variables but I was hoping to use the built-in copy data pagination capability if at all possible.
thanks in advance for any pointers.
Sign in to answer