developer-relations icon indicating copy to clipboard operation
developer-relations copied to clipboard

[DOCS][BUG] `val-ranked-v1.LeaderboardDto` missing `immortalStartingPage`, `immortalStartingIndex`, `topTierRRThreshold`, `tierDetails`, `startIndex`, `query` fields; `tierDetails` DTO missing; `PlayerDto` missing `competitiveTier`, `prefix`

Open MingweiSamuel opened this issue 4 years ago • 3 comments

https://developer.riotgames.com/apis#val-ranked-v1/GET_getLeaderboard

LeaderboardDto missing the following:

Name Data Type Description
immortalStartingPage long
immortalStartingIndex long
topTierRRThreshold long
tierDetails Dictionary<long, TierDetailDto> ???
startIndex long
query string

And TierDetailDto (I chose that name) is of course missing:

Name Data Type Description
rankedRatingThreshold long
startingPage long
startingIndex long

PlayerDto missing the following:

Name Data Type Description
competitiveTier long ??

MingweiSamuel avatar Feb 11 '22 02:02 MingweiSamuel

Also I'm curious to know the significance of the key values 21, 22, 23, 24:

MingweiSamuel avatar Feb 11 '22 02:02 MingweiSamuel

@MingweiSamuel I can't be 100% sure, but the keys for the tierDetails object seem to match the competitive Tier numbers that represent Ranks.

So 21 would be Immortal 1, 22, would be Immortal 2, etc. With the last key being Radiant of course.

frissyn avatar Mar 09 '22 21:03 frissyn