I'm trying to get responses to a survey that includes a File Upload question type. When I make a call to export_responses, I can get information about a particular uploaded file (like the file name and size), but I can't seem to retrieve the uploaded file itself.
Does anyone know if this is possible using the API or some other programmatic method?
If the user can be logged into limesurvey with rights to view responses, then perhaps you could construct a direct link for them to use in downloading responses to File Upload questions, such as -- https://[LIMESURVEY]/surveys/index.php/admin/responses?sa=actionDownloadfiles&surveyid=[SURVEY_ID]&sResponseId=[RESPONSE_ID]