Dear community,
I am using Surveys Response Import/Export API to download my data in json format.
The json I have has for keys the QID of the questions.
Is there a way to get directly the json file with the question “title” (i.e. the question variable name)?
For now, my best option is to download the csv of the responses and match the QID of the json to the variable names…
But maybe there is a better way?
Thank you for your help.