Gets ladders of an account.
GET
/v1/laddersGets ladders of an account. Includes ladders which this account is the admin of, as well as ladders in which this account is participating in as a ladder-entry.
Request
Query Params
adminOnly
array[boolean]
optional
Whether to only return ladders which this account is the admin of.
Request samples
Responses
OK(200)
Bad request(400)
Unauthorized(401)
Too Many Requests(429)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
id
number
read-onlyoptional
References a ladder.
Example:
0
name
string
required
The display name for this ladder.
Example:
My Ladder
ratingAlgorithm
string
optional
Rating algorithm to use. We support Elo, Glicko-1 and Glicko-2. If you don't have any particular requirements and/or don't know about the details of each algorithm, then we usually recommend Glicko-1.
Example:
Glicko-1
glickoCValue
number
optional
Default:
18.13
glicko2RValue
number
optional
Default:
0.5
playersCanEnterResults
boolean
optional
Allows players to add and remove results. If allowFullResultHistory is set, players can also add and remove results they haven't themselves participated in.
Example:
false
allowFullResultHistory
boolean
optional
Allows players to see the result history of all other players of this competition, not just their own.
Example:
true
Example
Not configured
Last modified: 9 months ago