get User Stats
Retrieves the statistics for a user within a specified date range.
Return
A Stats object containing the retrieved resort statistics.
Parameters
The ID of the user to retrieve statistics for, or null to use the current user ID.
The ID of the venue to retrieve statistics for, or null to retrieve statistics for all venues.
A Unix time in milliseconds. Restricts the retrieved results to be only those created after startTime. Defaults to null, which will retrieve: all results before the endTime parameter, or all results if endTime is also null.
A Unix time in milliseconds. Restricts the retrieved results to bo only those created before endTime. Defaults to null, which will retrieve: all results after the startTime parameter, or all results if startTime is also null.
Retrieves the statistics for a user and calls the specified completion callback when finished.
Parameters
The ID of the user to retrieve statistics for, or null to use the current user ID.
The ID of the venue to retrieve statistics for, or null to retrieve statistics for all venues.
A Unix time in milliseconds. Restricts the retrieved results to only those created after startTime. Defaults to null, which will retrieve: all results before the endTime parameter, or all results if endTime is also null.
A Unix time in milliseconds. Restricts the retrieved results to only those created before endTime. Defaults to null, which will retrieve: all results after the startTime parameter, or all results if startTime is also null.
The completion callback to call when the statistics have been retrieved.