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.
Sign in to answer