- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$rpc = new \org\jsonrpcphp\JsonRPCClient( '***/admin/remotecontrol/' ); $key = $rpc->get_session_key('***', '***');
$rpc->list_surveys($key, 'reports')
$rpc->export_responses($key, $surveyID, 'json');