Sample Output

[
  {
    "eventId": 2,
    "matchScore": {
      "gamesA": 3,
      "gamesB": 0,
      "gameScores": [
        {
          "gamesA": 11,
          "gamesB": 4
        },
        {
          "gamesA": 11,
          "gamesB": 5
        },
        {
          "gamesA": 11,
          "gamesB": 8
        }
      ]
    },
    "matchExternalId": "m2",
    "matchId": 2,
    "teamA": {
      "status": "KnownTableTennisTeam",
      "team": {
        "entryType": "Standard",
        "player1": {
          "country": "FR",
          "firstName": "Orson",
          "id": 3,
          "lastName": "Phelps"
        },
        "seed": 3
      }
    },
    "teamB": {
      "status": "KnownTableTennisTeam",
      "team": {
        "entryType": "Standard",
        "player1": {
          "country": "PK",
          "firstName": "Oliver",
          "id": 4,
          "lastName": "Neal"
        },
        "seed": 4
      }
    },
    "winner": "TeamA"
  }
]

Last updated