Solved
Exporting survey details to .txt or .qsf format
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
Best answer by tmcmanus
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
