I have a list of a few hundred surveys that I have to export/archive and delete from our Limesurvey installation. More specifically, for each of the surveys in the list I need to:
1. Export responses as CSV if the survey is active.
2. Export participants table as CSV if there is one.
3. Archive survey (export to .lsa) if the survey is active.
4. Export survey structure (.lss).
5. Delete survey.
For obvious reasons, I would like to automate this process so I first took a look at RemoteControl 2 API. However, I don't see methods that would allow me to do #2, #3 nor #4.
Is there actually a way to do those, that I am missing? If not, what would you recommend me to use instead?