Read Qualtrics Survey Mailing List and Contacts from NodeJS application | XM Community

Read Qualtrics Survey Mailing List and Contacts from NodeJS application

  • 15 April 2021
  • 1 reply
  • 10 views

Hello,
I am creating a NodeJS application and I want to get distribution Email and Contact List for a particular survey.
Someone can give advise how I can achieve my requirement ,if any JavaScript library or Particular Qualtrics API
will be helpful to me.


1 reply

Userlevel 7
Badge +21

You can use any library that supports REST. Axios seems to be the most popular, but I've had not issues with jQuery Ajax or fetch.
Contact lists are not associated to any particular survey, so I'm not entirely clear on what you mean by that. But for distributions, you could use the distributions end points in the API. First get the distributions associated with the survey, then for each distribution, get the details.

Leave a Reply