| leagueId | integer | Unique identifier for the league |  | 
				
					| competitionId | integer | Unique identifier for the competition |  | 
				
					| competitionName | string | competition name |  | 
				
					| matchId | integer | Unique identifier for the match |  | 
				
					| externalId | string | A unique ID for this match set by the owner of this league. |  | 
                
                    | matchType | string | What part of the competition is this match part of. If not specified the value of this field for the round will be checked. 
                            PRESEASONPre SeasonREGULARRegular matches - DefaultFINALSFinals/Playoffs |  | 
				
					| linkDetailCompetition | string | link to the competition detail record |  | 
				
					| linkDetail | string | link to the detail record |  | 
				
					| matchStatus | string | match status 
                            BYEBye (generally only assign 1 match competitor)SCHEDULEDScheduledIN_PROGRESSIn ProgressFINISHEDFinishedCOMPLETEResults CompletePOSTPONEDPostponedCANCELLEDCancelled |  | 
				
					| matchTime | datetime | The start date/time of the match YYYY-MM-DD HH:MM:SS |  | 
				
					| matchTimeUTC | datetime | The start date/time of the match YYYY-MM-DD HH:MM:SS in the UTC timezone |  | 
				
					| extraPeriodsUsed | integer | Number of extra time periods used in Match |  | 
				
					| competitors 
                            
                                | competitorName | string | name of the competitor |  |  
                                | linkDetailCompetitor | url | Unique URL to detail record of the competitor |  |  
                                | competitorType | string | Type of competitor 
                                        TEAMTeam based competitionPLAYERIndividual based competition |  |  
                                | clubName | string | The name of the competitor's club |  |  
                                | scoreString | string | Score string for each competitor |  |  
                                | scoreSecondaryString | string | Score Secondary string for each competitor |  |  
                                | isHomeCompetitor | integer | Are they the home competitor ? 1=Yes, 0=No. |  |  
                                | isDrawn | integer | in a draw for the resultPlacing ? 1=Yes, 0=No. |  |  
                                | externalId | string | The externalId of the competitor. |  |  |