Get Points
Retrieve the points of a specific user
Parameters
Point Definition
Select required
Default:
NoneChoose the point definition you want to retrieve points for
User
Select required
Default:
NoneThe username of the user you want to retrieve points for (supports variables)
platform
String required
Default:
%userType%The platform of the user you want to retrieve points for (supports variables)
Destination Variable
String
Default:
userPointsThe argument variable name to store the users points (supports variables)
C# Usage
public long GetPoints(string userName, Platform platform, Guid pointId)