How to achieve pagination in Copy activity for POST API

Tarun Kaushik 0 Reputation points
2025-01-28T09:56:24.1433333+00:00

We have a POST API and as per the current process passing page number starting '0' dynamically in the request body to get the data on a particular page.

We are getting header and rows in the response body.

If rows exists in response body that means data is there and it should be copied to BLOB. If rows not there it will come out of the pagination loop.

--> Need to achieve this using copy activity pagination.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,638 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.