Skip to main content

Record Types & Entities


(Object) Record

FieldTypeDescription
idintegerThe record's unique ID.
playerIdintegerThe record's parent player ID.
periodPeriodThe record's time period.
metricMetricThe record's metric.
valuelong (bigint)The record's value (gained value).
updatedAtdateThe record's creation/modification date.

(Object) Record Leaderboard Entry

extends Record

FieldTypeDescription
playerPlayerThe record's parent player.