Get the detail about a specific person's performance in their career
            GET /v1/{sport}/statistics/personcareer/persons/{personId}
			
		| Parameter Name | Value | Description | 
|---|---|---|
| Required Parameters | ||
| sport | string | The sport for which you are making the request | 
| personId | integer | The unique identifier for this person | 
| Optional Parameters | ||
| leagueId | integer | Display only records scored from a particular league | 
| representation | string | Display only records when representating 
 | 
| representativeClubId | integer | Display only records when representing a particular club | 
| representativeCountryCode | string | Display only records when representing a particular country | 
| standard | integer | Display only records of a particular standard 
 | 
| ageGroup | string | Display only records for an age group 
 | 
| matchType | string | Display only totals for certain type of matches 
 | 
| useExternalForLeague | integer | If this value is set to the leagueId, then the URL parameter personIdwill instead refer to theexternalIdfield of the person entity in that league. | 
Do not supply a request body with this method.
If successful this method returns an array of Person Career Statistics resources.