API Reference

Retrieve leaderboard resets

Log in to see full request history
Body Params
string
required

Application identifier

string
required

Identifier for the leaderboard

boolean
required

Flag to include user entries in the response

number
required

The start time in milliseconds since midnight, January 1, 1970 UTC, based on 'resetAt'

number
required
1 to 500

The maximum number of resets to retrieve

string
required

The order direction for the resets

Responses

Response body
object
resets
array of objects
resets
object
string

Unique id of the leaderboard reset.

int64

Date and time when the leaderboard will be reset in milliseconds since Jan 1, 1970 UTC. Automatically populated by the backend.

int64

Date and time when the leaderboard rewards were given in milliseconds since Jan 1, 1970 UTC. Automatically populated by the backend.

integer

The total count of given rewards.

entries
array of objects

List of leaderboard entries.

entries
object
string
required

Unique identifier of the user.

string
required

Displayed name of the user.

profilePicture
object
required

URL of the user's profile picture.

integer
required

Score of the user.

string
required

Score of the user formatted as a string.

integer
required

Rank or place of the user on the leaderboard.

string
required

Extra data associated with the user's score entry.

int64

Date and time when the leaderboard entry was created in milliseconds since Jan 1, 1970 UTC. Automatically populated by the backend.

int64

Date and time when the leaderboard entry was last updated in milliseconds since Jan 1, 1970 UTC. Automatically populated by the backend.

failedRewards
array of objects

List of rewards that the user failed to earn. This field is only present if the user failed to earn rewards.

failedRewards
object
integer
required

The place from which users will earn the reward.

integer
required

The place up to which users will earn the reward.

string
required

Specifies the reward or achievement, which may contain virtual items, currency rewards, etc.

givenRewards
array of objects

List of rewards that the user earned. This field is only present if the user earned rewards.

givenRewards
object
integer
required

The place from which users will earn the reward.

integer
required

The place up to which users will earn the reward.

string
required

Specifies the reward or achievement, which may contain virtual items, currency rewards, etc.

400

Invalid argument

403

Permission denied

410

Leaderboard not found

Language
Credentials
URL