I'd like to export the responses from a survey to another DB. This should happen once a day and I need the submit date, responses by questions and first and last name. I'm on 3.1.0.
I assume that I have to use the API functions list_participants to filter for the current date and then use export_responses_by_token for the answers and submit date. I tested with Postman, however I can't seem to filter for the date correctly. This is my request:
Might be a bug. Instead of submitdate you might try:
"completed": "2018-02-17 00:00"
I haven't used the API for a longer time and I'm not using Postman.