How to Get Data From Qualtrics

780 views Asked by At

Hey I am creating a webapplication that process answers from a Qualtrics survey that I created. Is there a way (such as AJAX request) that automatically get the answers from my Qualtrics form through javascript? Thanks!

1

There are 1 answers

0
T. Gibbons On BEST ANSWER

Qualtrics provides a REST API: http://www.qualtrics.com/university/researchsuite/developer-tools/api-integration/qualtrics-rest-api/

You would use the API command getLegacyResponseData to get response data. You can use AJAX to call the API.