EndpointsRounds
Get division leaderboard recent rounds
GET
/v2/divisions/{division_id}/leaderboard/recent-roundsReturn recent per-round results for each player on a visible division's primary leaderboard.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Path Parameters
division_id*Division Id
Division whose recent leaderboard history should be returned.
Match
^div_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Query Parameters
snapshot_version*Snapshot Version
Version returned by the matching leaderboard summary.
Match
^[0-9a-f]{64}$Length
64 <= length <= 64