Try to find more information about how to set up API integration between Qualtrics and Alteryx. The content of below link was archived.
https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Connecting-to-Qualtrics-with-Alteryx/td-p/32463
Obtained the Data Center ID, Survey Id, Token, Data Endpoint from Qualtrics,
Obtained the progressId and FileId in Postman, created a new GET Request by using the URL (with the Data Center ID, Survey Id and fileId) to check progress and download the file.
The file downloaded is the CSV file. And the URL file link can't be used directly in Alteryx workflow.
My question is How to set up API integration between Qualtrics and Alteryx.
I'd really appreciate any suggestions or help.