Can I auto push the data from Qualtrics db to my db | XM Community
Skip to main content
Solved

Can I auto push the data from Qualtrics db to my db


Forum|alt.badge.img+1
I am running a survey with different organizations. The participants would like to see immediate response summary of their own organization. I have a webapp with highcharts graphs and charts. I would like analyse the survey responses in real time and display the summary on my app

Best answer by TomG

Sure, at end of survey redirect to a script with survey id and response id as parameters, then have the script use the api to get the response data and save it to your db. This will be easier if you use version 2.5 of the api.
View original

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5938 replies
  • Answer
  • April 11, 2018
Sure, at end of survey redirect to a script with survey id and response id as parameters, then have the script use the api to get the response data and save it to your db. This will be easier if you use version 2.5 of the api.

Forum|alt.badge.img+1
  • Author
  • 31 replies
  • April 12, 2018
thanks Tom, this helps.

Leave a Reply