Record Types & Entities
(Object) Record
| Field | Type | Description |
|---|---|---|
| id | integer | The record's unique ID. |
| playerId | integer | The record's parent player ID. |
| period | Period | The record's time period. |
| metric | Metric | The record's metric. |
| value | long (bigint) | The record's value (gained value). |
| updatedAt | date | The record's creation/modification date. |
(Object) Record Leaderboard Entry
extends Record
| Field | Type | Description |
|---|---|---|
| player | Player | The record's parent player. |