An Azure service for ingesting, preparing, and transforming data at scale.
Hello Vojin Lekovic,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you would like to handle enveloped REST API response.
There are two options here:
- Copy activity by Copy REST > Blob (or ADLS) > Mapping Data Flow. It has robust REST connector options (authentication, pagination, headers). Write the raw API response to blob, then use Data Flow to parse/flatten. This separates concerns and avoids Data Flow REST schema/import problems. https://learn.microsoft.com/en-us/azure/data-factory/connector-rest
- Direct Mapping Data Flow REST Source if you have small responses, no complex pagination, and your Data Flow REST source successfully imports schema. https://techcommunity.microsoft.com/t5/azure-data-factory/rest-source-and-sink-now-available-for-data-flows/ba-p/2596484
Use the associated links for more detailed steps.
I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.