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.
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.