Not getting distribution link | XM Community
Solved

Not getting distribution link

  • 25 January 2019
  • 4 replies
  • 31 views

Userlevel 1
Badge +2
I am using the below API to read list of distribution links from our survey, it is not retrieving latest distribution links, need help

API : https://env.qualtrics.com/API/v3/distributions/distributionId/links
Params : {"surveyId": "SV_51p29YnUfv2F045", "skipToken": "CID_eyRNcmP2FsDf8Rn"}
icon

Best answer by MsIreen 29 January 2019, 13:53

View original

4 replies

Userlevel 7
Badge +23
I don't see the Distribution ID in your parameters. Do you have it?
Hello, I have a related question. I am programmatically creating, importing and activating 126 surveys into Qualtrics through the API. I want these surveys to be available through an anonymous link. There are no associated contact distributions, therefore the survey distribution API references do not seem appropriate here.

Is there any v3 reference that allows retrieving such information? Thank you for your help.
Userlevel 7
Badge +23
Hi @Pierre, Check this: https://api.qualtrics.com/reference#create-survey-distribution-2 use "anonymous" as the link type
@Mslreen I've seen this reference. It seems like the body parameters documented for this reference do not match the code example. Is the code example the reference here?

If so, I assume you are saying that I can simply ignore the parameters "message", "recipients" and "header" in the call since I have no contacts associated.

Or, create a fake recipient list just to be able to generate an anonymous link?

Leave a Reply