How to retrieve anonymous distribution link through API | XM Community
Solved

How to retrieve anonymous distribution link through API

  • 3 April 2019
  • 2 replies
  • 54 views

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
icon

Best answer by Anonymous 15 April 2019, 01:52

View original

2 replies

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