Skip to content
RallyHere Docs
GitHub

Get All Rank Config

Deprecated
GET
/rank/v1/rank

Get all rank configuration

Required Permissions: rank:read:config DEPRECATED Use the v2 endpoint

Authorizations

  • HTTPBearerHeadersOrCookie

Responses

200

Successful Response

DEPRECATED Response to successfully requesting all rank config

object
rank_configs
required

List of rank configurations

Array<object>

DEPRECATED Configuration about a specific rank type

object
rank_id
required

ID for this rank type

integer
>= 1
default_rank
required

The default rank value for this rank id. Will be used when players do not have any rank history

number
default_variance
required

The default skill variance for this rank id. Will be used when players do not have any rank history

number
max_rank_allowed
required

The maximum rank value achievable. Any attempts to update a rank value to be higher than this get clamped to the maximum

number
min_rank_allowed
required

The minimum rank value achievable. Any attempts to update a rank value to be lower than this get clamped to the minimum

number
min_variance_allowed
required

The minimum skill variance allowed. Any attempts to update variance to be lower than this get clamped to the minimum

number
trueskill_beta

The distance between skill ranks that yields ~76% chance of winning. Recommended value is half the default variance

number
trueskill_tau

Factor that determines how quickly a player’s variance is adjusted. A larger tau will result in more volatile in ranks. Recommended value is is (default_variance * .01)

number
trueskill_draw_probability

The percent probability of a draw occuring in the game. Must be in [0, 1)

number
<= 1

403

Forbidden

object
auth_success
boolean
default: true
error_code
required
string
desc
required
string