Sample Output

[
   {
      "competitionId": 1,
      "date": "2021-01-05",
      "eventId": 1,
      "matchType": "MS",
      "startTime": {
         "time": "12:30"
      },
      "status": "InProgress",
      "teamA": {
      	 "status": "KnownTableTennisTeam",
      	 "team": {
	         "entryType": "Standard",
	         "player1": {
	            "country": "CN",
	            "firstName": "Zhendong",
	            "id": 1,
	            "lastName": "FAN"
	         },
	         "seed": 1
	       }
      },
      "teamB": {
      	 "status": "KnownTableTennisTeam",
      	 "team": {
	         "entryType": "Standard",
	         "player1": {
	            "country": "BR",
	            "firstName": "Daniel",
	            "id": 2,
	            "lastName": "Black"
	         },
	         "seed": 2
         }
      }
   },
   {
      "competitionId": 1,
      "date": "2021-01-05",
      "eventId": 2,
      "matchType": "MS",
      "startTime": {
         "status": "StartsAt",
         "time": "15:30"
      },
      "status": "Finished",
      "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
         }
      }
   },
   {
      "competitionId": 1,
      "date": "2021-01-05",
      "eventId": 3,
      "matchType": "MS",
      "startTime": {
         "status": "StartsAt",
         "time": "18:30"
      },
      "status": "NotStarted",
      "teamA": {
      	 "status": "KnownTableTennisTeam",
      	 "team": {
	         "entryType": "Standard",
	         "player1": {
	            "country": "PL",
	            "firstName": "Eaton",
	            "id": 5,
	            "lastName": "Banks"
	         },
	         "seed": 5
	       }
      },
      "teamB": {
      	 "status": "KnownTableTennisTeam",
      	 "team": {
	         "entryType": "Standard",
	         "player1": {
	            "country": "QA",
	            "firstName": "Noah",
	            "id": 6,
	            "lastName": "Campbell"
	         },
	         "seed": 6
         }
      }
   }
]

Last updated