I'm trying to export the responses with the Remote Control API. The web interface allows to download token properties (first and last name, email address and, more importantly for me, user defined properties) alongside the responses themselves.
Is there a way to do that with the export_responses RPC ? If I'm correct the aFields parameter is designed to filter the many properties of the responses (essentially the ID and the questions) so I have to query the participants separately (with the user defined properties) and join the 2 informations (using the token for instance).
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Just to mention that I used list_participants instead of get_participant_properties (because it reduces the number of requests) and join them with pandas (I use python).
The following user(s) said Thank You: DenisChenu, tpartner