Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 2.37 KB

HighlanderTournament.md

File metadata and controls

27 lines (26 loc) · 2.37 KB

LolesportsApi.HighlanderTournament

Properties

Name Type Description Notes
id String The tournament Id It is a UUID version 4
title String URL friendly version of the tournament name
description String The tournament's name
leagueReference String The integer in the string represents the league ID.
roles Roles
bracketType BracketType [optional]
matchType MatchType [optional]
rosteringStrategy RosteringStrategy [optional]
seedingStrategy RosteringStrategy [optional]
queues Object
rosters {String: HighlanderTournamentRosters} The keys to this object are UUID version 4 representing the roster ID. Their values are objects but they don't contain anything useful about the roster.
published Boolean If the value is true then the league/tournament has concluded, otherwise it is ongoing.
breakpoints Breakpoints [optional]
brackets Brackets
standings Standings [optional]
liveMatches [String] The array contains UUID version 4 Match IDs Despite the name of this property it is unreliable as for some tournaments this array will contain match IDs yet the matches are over.
startDate Date The day the tournament starts/started.
endDate Date The day the tournament ends/ended.
platformIds [String] Contains all the platform IDs in for this tournaments. A platform ID is combination of the gameRealm and the gameId. The regex below describes the format. `^[A-Z]+\d+:\d+$`
gameIds [String] 'Contains all the gameIds in this tournament. Note: The gameIds are in the format UUID version 4'
leagueId String The league ID
league String The league ID