- Posts: 7
- Thank you received: 3
Ask the community, share ideas, and connect with other LimeSurvey users!
{ "method": "list_participants", "params": { "sSessionKey": "XXXXXXXXXX", "iSurveyID": XXXXX, "iStart": 0, "iLimit": 20, "bUnused": false, "aAttributes": ["completed"], "aConditions": { "completed": "N" } }, "id": 1 }
{ "id": 1, "result": [{ "tid": "49", "token": "XXXXXX", "participant_info": { "firstname": "XXXXXX", "lastname": "XXXXXX", "email": "XXXXXX" }, "completed": "N" }, { "tid": "48", "token": "XXXXXX", "participant_info": { "firstname": "XXXXXX", "lastname": "XXXXXX", "email": "XXXXXXX" }, "completed": "2014-08-12 12:09" }, { "tid": "38", "token": "XXXXXX", "participant_info": { "firstname": "XXXXXX", "lastname": "XXXXXX", "email": "XXXXXX" }, "completed": "N" }, { "tid": "37", "token": "XXXXXX", "participant_info": { "firstname": "XXXXXX", "lastname": "XXXXXX", "email": "XXXXXX" }, "completed": "N" }, { "tid": "35", "token": "XXXXXX", "participant_info": { "firstname": "XXXXX", "lastname": "XXXXXX", "email": "XXXXXX" }, "completed": "2014-07-21 22:52" }, ], "error": null }