- Posts: 64
- Thank you received: 3
Ask the community, share ideas, and connect with other LimeSurvey users!
list_participants($sSessionKey, $iSurveyID, $iStart=0, $iLimit=10, $bUnused=false, $aAttributes=false, $aConditions=array() )
token_count <- function(survey.id){ res <- call_limer(method = "get_summary", params = list(iSurveyID = survey.id, sStatName = "token_count")); res }
call_limer(method = "list_participants", params = list(iSurveyID = survey.id, iLimit = as.integer(token_count(survey.id))-1))
call_limer(method = "list_participants", params = list(iSurveyID = survey.id, iStart = as.integer(token_count(survey.id))-100),iLimit=100 )