I am trying to use the API for basic CSV export. I have a survey that have a lot of custom made questions (answers stored as JSON in hidden long text questions). I want to use the API to export it as CSV so then I can play with that CSV and add my custom columns etc. I want to automate that task and run it on a daily basis, that is why an API would be welcome.
However, I can't see I can get to use it: How do I create my survey object? Do I have to pass it an authentification string? etc? An example would be very welcome!