Exporting survey details to .txt or .qsf format | XM Community
Solved

Exporting survey details to .txt or .qsf format

  • 13 November 2018
  • 3 replies
  • 195 views

Is there an API endpoint that allows survey details (questions, etc) that returns a qsf file or a text file?

I am currently implementing a process to export/archive surveys and would like to import them at a later time if needed.

It seems like the import survey API only allows QSF, TXT or DOC format.
https://api.qualtrics.com/docs/import-survey-1

However, the export survey (I am using GET) output is in JSON.
https://api.qualtrics.com/docs/get-survey
icon

Best answer by tmcmanus 13 November 2018, 20:43

View original

3 replies

Userlevel 7
Badge +27
A QSF is JSON. I think they are one in the same, but you would have to try it to confirm.
As TomG says, qsf files are written in json, but their content is slightly different from from the API export.

For instance, qsf files include display, skip, and flow logic which is not present in the API export. Whether you can rely on the API depends on whether your application demands this additional content.
Thanks!

I reviewed the output from QSF and the api response and other than the flow logic - which I'd prefer to have for an import - the field names and structure also seems to be different. "SurveyName" in qsf v/s 'name' in Json.

At the moment, this is not quite sufficient for my needs, but the Qualtrics team has mentioned they are going to consider this for a feature request.

Leave a Reply