Web Service Question | XM Community
Skip to main content
Solved

Web Service Question

  • May 10, 2019
  • 2 replies
  • 72 views

Forum|alt.badge.img
Hello! Will here and I have a web service question. I have figured out the basics of the web service feature and it is very helpful! Is there a way to send the whole Qualtrics document via web service? We are using a form with about 500+ data fields, as such this feature would be very helpful. As always thank you for your time! ~Will

Best answer by TomG

Do you mean a Qualtrics survey with 500+ response fields? Yes, as long as you post (it is probably too long for a get), but you would have to specify each field individually. You would probably be better off using an action to send the survey id and response id to a script, then have the script use the Qualtrics API to get the response data.

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • May 10, 2019
Do you mean a Qualtrics survey with 500+ response fields? Yes, as long as you post (it is probably too long for a get), but you would have to specify each field individually. You would probably be better off using an action to send the survey id and response id to a script, then have the script use the Qualtrics API to get the response data.

Forum|alt.badge.img
  • Author
  • May 10, 2019
This is very helpful! Thank you sir!