ReferenceData modelTeams
TeamGameLogEntry
One row of a team's game log — a game rendered from *this* team's side: who they played, their own score vs the opponent's, and the win/loss/tie outcome.
object
eventone ofoptional
one of
null
gameContestIdrequired
The game this row reports (the underlying contest id).
ContestId ↗
string
homebooleanrequired`true` when the team was the home side.
kickoffstring<date-time>requiredWhen the game was played (the chronological key).
opponent_scoreinteger,null<int32>optionalThe opponent's score, if the game has a result.
outcomeone ofoptional
one of
null
statusContestStatusrequired
The contest's lifecycle status.
ContestStatus ↗
scheduledin_progressfinalpostponedcancelledsuspendedteam_scoreinteger,null<int32>optionalThis team's score, if the game has a result.