Integration with custom application | XM Community
Solved

Integration with custom application

  • 30 August 2018
  • 5 replies
  • 34 views

We are thinking of storing all the survey responses from qualtrics in custom application. We have data coming from various sources in this custom application and use this for preparing reports for management. The challenge that we are facing is to find a way for integrating survey results through API.
Please let me know if there is any way to push the survey results to external application in real-time.
icon

Best answer by TomG 30 August 2018, 17:39

View original

5 replies

Hello @sampath ,

Please see this page

By survey result, do you mean survey response?
Userlevel 7
Badge +33
This link will also help : https://api.qualtrics.com/docs/import-responses

you can import responses from different sources to qualtrics and can use this data for reporting on real time in vocalize.
Userlevel 7
Badge +27
@sampath,

You can create a Survey Action that runs a web service upon survey completion that retrieves the response data using the Qualtrics API and stores/sends it to your application. You'll want to use getLegacyResponseData in v2.5 of the Qualtrics API. It allows you to easily get single response using ResponseID.
@TomG Thank you very much for the response. Tried this option to setup Survey Action but stuck as i am not sure if this web service is being triggered. Do you have sample code to check if i missed anything.
Userlevel 7
Badge +20
To check if there is an error in calling web service

please add below 2 embedded data in web service section:

StatusCheck = meta.httpStatus
StatusMessage = meta.error.errorMessage

Leave a Reply