I am trying to get the participant attribute values through api.
I have created session key, but i am getting empty page when i use below api.
require_once '../application/libraries/jsonRPCClient.php';
define( 'LS_BASEURL', 'https://xxxxx/limesurvey/index.php/'); // adjust this one to your actual LimeSurvey URL
define( 'LS_USER', 'admin' );
define( 'LS_PASSWORD', 'here i used my original password' );