| linkDetail | url | link for the detail record | 
                
                    | personId | integer | Unique identifier for the person | 
                
                    | personName | string | Person name | 
                
                    | firstName | string | The first name of the person | 
                
                    | familyName | string | The family name of the person | 
                
                    | TVName | string | The name of the person suitable for TV or other media | 
                
                    | scoreboardName | string | The name of the person suitable for Scoreboard | 
                
                    | internationalFirstName | string | The first name of the person suitable for international use. Latin characters only. | 
                
                    | internationalFamilyName | string | The family name of the person suitable for international use. Latin characters only. | 
                
                        | nickName | string | A non-official name of the person |  | 
                
                        | externalId | string | A unique ID for this person set by the owner of this league. |  | 
                
                    | website | url | Person's external website url |  | 
                
                    | defaultShirtNumber | string | The person's default playing number. |  | 
                
                    | defaultPlayingPosition | string | The person's default playing position. |  | 
                
                    | images
                            
                                | photo | structure | The files sub-structure from the Upload Resource. Only present if this person has a photo that has been uploaded. | readonly |  | 
                
                    | linkDetailPerson | url | link for the person detail record | 
                
                    | leagueId | integer | Unique identifier for the league | 
                
                    | leagueName | string | League name | 
                
                    | linkDetailLeague | url | link for the league detail record | 
                
                    | teamId | integer | Unique identifier for the team in which the person is currently active. | 
                
                    | teamName | string | Name for the team in which the person is currently active. | 
                
                    | teamCode | string | Code for the team in which the person is currently active. | 
                
                    | teamNameInternational | string | Name for the team in which the person is currently active suitable for international use. Latin characters only | 
                
                    | teamCodeInternational | string | Code for the team in which the person is currently active sutiable for international use. Latin characters only | 
                
                    | linkDetailTeam | url | Link for the team detail record for the team in which the person is currently active. | 
                
                     | periodNumber | integer | Display statistics for only this period. | 
                 
                     | periodType | integer | The type of period. | 
               
                    | homeAway | string | Whether the team is playing at home/away or either. | 
                
                    | winLoss | string | Whether the team has won or loss or either. | 
                    | inConference | string | Is this value for when the team is in or out of it's own conference or either. | 
               
        
            | matchType | string | What type of matches the team was in. 
              PRESEASONREGULARdefaultFINALSALL | 
                
                    | teamsAn array of teams. Only present if a person has been in multiple teams in the competition. This section is readonly.
 
                            
                                | teamId | integer | Unique identifier for the team | readonly |  
                                | teamName | string | Team name | readonly |  
                                | teamCode | string | Team code | readonly |  
                                | teamNameInternational | string | Team name suitable for international use. Latin characters only. | readonly |  
                                | teamCodeInternational | string | Team code suitable for international use. Latin characters only. | readonly |  
                                | linkDetailTeam | url | link for the team detail record | readonly |  | 
 				
					| The statistics columns returned depend upon the sport: |