/score
Last updated
Last updated
Posts a single score for the currently logged-in profile. Conceptually, this is creationg a new resource, however the server may opt to overwrite the existing identifier if it sees fit.
/score/{leaderboardNameOrId}
The name or id of the leaderboard.
The ID of the Score
The point value of the score.
The the units of measure for the points. For example, if the points in the game were called "coins" instead of "points" this would be used to designate as such in the UI.
The time at which the score was created on the server.
The epoch to which the score belongs for the associated leaderboard. By convention, if the leaderboard is all-time, this value will be set to zero.