Azure Synapse Dynamic URL in API Calls
Siddhant Lunawath
0
Reputation points
There is a data extraction process in place using the API GET request for which we get the response. But an issue with the process is that it contains dynamic URLs which means the query parameters are dynamic in place.
For example:
URL : https://api.example.com/rest/api/v2/search?user=USERNAME
We have the username changing and for each username there is a separate response we receive. What our intention is to combine all the data sets for different USERNAME and bring it under one call appending each URL data beneath the other.
Please help with this case.
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
Sign in to answer