Leaderboards

Get Leaderboard

Returns a single leaderboard.

get/v1/leaderboards/{leaderboard_id}

Path parameters

leaderboard_idstring required

Response

Successful Response

namestring required

The name of the leaderboard.

descriptionstring required

The description of the leaderboard.

visibility'general' | 'personal'
start_atinteger

The start date of the leaderboard in Unix timestamp.If set, the leaderboard will only be visible in game-hub after this date.

end_atinteger

The end date of the leaderboard in Unix timestamp.If set, the leaderboard will only be visible in game-hub before this date.

idstring required

The unique identifier of the leaderboard.

Changes

Changed in 1 of the 28 revisions of this API.1

    • ●

      for the path request parameter leaderboard_id, the maxLength was set to 32

      request-parameter-max-length-set