| competitionId | integer | Unique identifier for the competition | required | 
                
					| competitionName | string | Name of the competition | readonly | 
                
                    | competitorId | integer | The unique identifier for this competitor. teamId if this competition is a Team based competition. personId if the competition is person based. | required | 
				
					| linkDetailCompetition | url | link to the competition detail record | readonly | 
				
					| clubId | integer | Unique identifier for the club in the competition | readonly | 
				
					| clubName | string | club name | readonly | 
				
					| linkDetailClub | url | link to the club detail record | readonly | 
				
					| teamId | integer | Unique identifier for the team in the competition | readonly | 
				
					| teamName | string | team name | readonly | 
                
                    | teamCode | string | Code for the team. | readonly | 
                
                    | teamNickname | string | Nickname of the team. | readonly | 
                
                    | teamNameInternational | string | Name of the team suitable for international use. Latin characters only. | readonly | 
                
                    | teamCodeInternational | string | Code for the team suitable for international use. Latin characters only. | readonly | 
                
                    | teamNicknameInternational | string | Nickname of the team suitable for international use. Latin characters only. | readonly | 
				
					| linkDetailTeam | url | link to the team detail record | readonly | 
				
					| personId | integer | Unique identifier for the person in the competition (individual sports) | readonly | 
				
					| personFirstName | string | Person's first name | readonly | 
				
					| personFamilyName | string | Person's family name | readonly | 
				
					| linkDetailPerson | url | link to the person detail record | readonly | 
				
				  | roundNumber | integer | Round number | required | 
                 
                    | 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 |  | 
				
					| poolNumber | integer | pool number |  | 
				
					| phaseName | string | Phase/Stage name for pools |  | 
				
					| latest | integer | Is this the latest standing? 1=Yes, 0=No. |  | 
				
					| roundDescription | string | Round Description name |  | 
				
					| position | integer | The position for the competitor in this table, for the round/pool |  | 
				
				    | played | integer | Games played |  | 
				
				  | won | integer | Number of games won |  | 
				
				  | lost | integer | Number of games lost |  | 
				
				  | drawn | integer | Number of games drawn |  | 
				
				  | byes | integer | number of byes |  | 
				
				  | forfeitsReceived | integer | number of Forfeits Received |  | 
				
				  | forfeitsGiven | integer | number of Forfeits Given |  | 
				
				  | scoredFor | integer | scored for |  | 
				
				  | scoredAgainst | integer | scored against |  | 
				
				  | percentage | double | for vs against standing percentage |  | 
				
				  | percentWon | double | percentage won |  | 
				
				  | gamesBehind | double | games behind top spot |  | 
				
				  | standingPoints | double | Total Standing points.. eg: won points + bye points etc. |  | 
				
				  | pointsDiff | integer | Points diff (eg: goals diff) |  | 
				
				  | lowestScore | integer | lowest match score |  | 
				
				  | highestScore | integer | highest match score |  | 
				
				  | bonusPoints | double | bonus standing points |  | 
				
				  | penaltyPoints | double | penalty points (stored as a positive double) |  | 
				
				  | championshipPoints | double | Championship points |  | 
				
				  | byePoints | double | Byes Adjusted points |  | 
				
				  | notes | string | Standing row notes |  | 
                
				  | homeWins | integer | Home Wins |  | 
                
				  | homeLosses | integer | Home Wins |  | 
                
				  | awayWins | integer | Away Wins |  | 
                
				  | awayLosses | integer | Away Wins |  | 
                
				  | inConferenceWins | integer | In Conference Wins |  | 
				
				  | inDivisionWins | integer | In Division Wins |  | 
				
				  | outConferenceWins | integer | Out Conference Wins |  | 
				
				  | outDivisionWins | integer | Out Division Wins |  | 
				
				  | inConferenceLosses | integer | In Conference Losses |  | 
				
				  | inDivisionLosses | integer | In Division Losses |  | 
				
				  | outConferenceLosses | integer | Out Conference Losses |  | 
				
				  | outDivisionLosses | integer | Out Division Losses |  | 
				
				  | streak | integer | Current Streaks |  | 
				
				  | last5 | string | Last 5 results (single Char per match) |  | 
				
				  | forAgainstRatio | double | For Against Ratio |  | 
				
				  | washouts | integer | Washouts |  | 
				
				  | percentagePoints | double | Percentage Points |  | 
				
				  | securedFinalsSpot | integer | 1=Yes, 0=No |  | 
				
				  | generatedDate | date | Date Standings Generated |  | 
				
				  | externalId | string | External reference string |  |