Using Qualtrics API to get the value of embedded data of specific respondent

Using Qualtrics API to get the value of embedded data of specific respondent
I have a Qualtrics survey link called from a different platform (MTurk). Each respondent will enter the survey only through this site. After each completion, I'd like to get an embedded data that was randomly set by Qualtrics (this is actually the random assignment of respondents, so should be a randomly selected one value, out of two values). Is there a way to do this for each specific respondent? It's important to note that there might be multiple participants taking the survey at the same time.
Thanks!
Best Answers
-
yinbar Community Member Qubie ✭
Thanks @TomG !
I'm not really redirecting, it's just that the external page is kept open (it is an Amazon Mechanical Turk), and then it's the respondents' responsibility to go back after they finish the Qualtrics survey, and do some work there. So I guess the URL parameters option is less suitable here... if I understood it correctly.
0 -
TomG Raleigh, NCCommunity Member Wizard ✭✭✭✭✭
Answers
I'd like to get an embedded data -> Where do you want to get this data?
If you want in some external system other than qualtrics, then you can create an API that will fetch the embedded data and response id of each respondent.
Thanks @rondev !
All the respondents get the link in an enxternal website. Then, after each completion of the stuvet, I want to know what was the embedded data value given to him/her, so that I can do something in the external website. I've never used the Qualtrics API and wondered whether I can get the value for a specific respondent...
@yinbar,
Yes you can use the API to get embedded data from a response, but you need the response id to get it.
If you are redirecting back to the external website at end of the survey, it would by easier to pipe the data you need as url parameters in the link.