Web Service Question | XM Community
Skip to main content
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
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.
This is very helpful! Thank you sir!