Is it possible to use the iOS SDK or some other API to feed a survey answers from a custom UI? | XM Community
Solved

Is it possible to use the iOS SDK or some other API to feed a survey answers from a custom UI?

  • 4 September 2020
  • 3 replies
  • 58 views

I'd like to prompt the user in my iOS app with my own custom UI and then feed the answers into a Qualtrics survey. Is that possible? I dont want to have Qualtrics load a view in the app. I want to fully control the UX experience.

icon

Best answer by rondev 5 September 2020, 23:06

View original

3 replies

Userlevel 7
Badge +22

Check these two API's, it will be helpful:

  1. https://api.qualtrics.com/api-reference/reference/singleResponses.json/paths/~1surveys~1%7BsurveyId%7D~1responses/post

  2. https://api.qualtrics.com/guides/docs/Guides/Common%20Tasks/working-with-surveys-using-the-conversational-apis.md

Thanks Ron. If I am following correctly, you suggesting that I can make requests to Qualtrics APIs that you list above to fill out a survey programmatically, right? This would allow me to create whatever interface I choose to ask the user the questions that I want to ask, right?

Userlevel 7
Badge +22

https://www.qualtrics.com/community/discussion/comment/30085#Comment_30085Yes, you can create your own custom UI but obviously, make sure while sending data, you follow API documentation.

Leave a Reply