Hello,
I am new to limeSurvey, I want to call my Restful API with question and answers once a user completes the survey, I need a json containing all questions and corresponding answers selected by the user. I am not sure whether this can be done with Limesurvey.
or
I can register for afterSurveyComplete, to send the ID(ID of a specific form submit) to my Restful API, but is there a limesurvey API to get the list of questions/answers if I pass the ID?(I will call this API from my service)