- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
$surveyResponses = $myJSONRPCClient->export_responses( $sessionKey, $survey_id, 'json', // Document type : pdf,csv,xls,doc,json null, // Language code : null : default from survey 'complete', // Stautus complete|incomplete|all NULL, // Heading : code|full|abbreviated : question text, default code NULL, // answer : short|long , default : long 1, 30, ['id','token','submitdate','lastpage','interviewtime','159677X490X12345time','159677X487X23123time'] );
Please Log in to join the conversation.
Please Log in to join the conversation.
['id','token','submitdate','lastpage','interviewtime','q1','q2','q3[1]','159677X490X12345time','159677X487X23123time']
Please Log in to join the conversation.