API Reference

Game.getUserLog

Get a list of game activity for a user.



Syntax

array game.getUserLog ( int vhostid, int userid = 0, int start = 0, int limit = 50, int pointsonly = 0, array filters = array(), array options = array() )

Arguments

NameTypeRequiredDefault valueDescription
vhostidintRequirednone
useridintOptional0
startintOptional0
limitintOptional50
pointsonlyintOptional0
filtersarrayOptionalarray()Filter parameters (startTime, endTime, userId, actionId, type)
optionsarrayOptionalarray()Query options (pointsOnly, notSeen, countOnly, v2, includeSubjectInfo)

Sample Response

Code examples

0 comments

Be the first to comment on getUserLog.

Add a Comment

  • captcha