How to retrieve anonymous distribution link through API | XM Community
Skip to main content
Hello all.



I am programmatically creating, importing and activating over 100 surveys into Qualtrics through the API. I want each survey to be publically open and accessible through an anonymous link.



There are no associated contact distributions, therefore the survey distribution API references do not seem appropriate here. I need to automate the retrieval of these links.



Are there any v3 API references that allow retrieving the simple anonymous link? I failed to find such a reference, despite having built a wrapper for almost all calls available in the documentation.



Thank you,



Pierre
Hello @Pierre ,



Anonymous link has a fixed pattern, the only thing changes is the survey Id

Eg: https://DATA_CENTER_ID.qualtrics.com/jfe/form/SURVEY_ID



Data center Id is fixed, only you need to change the survey id. which can be fetched using this api
Hello @Shashi. This correct, I spoke to Qualtrics support who suggested the same. No need for a dedicated API call when the construction follows this obvious pattern, I agree.



Thank you for your help! Best,



Pierre

Leave a Reply