Return a list of person statistic totals for their career covering all competitions
Required scopes
This endpoint requires the following scopes:
: Read any data from the organization down
Authorizations
OAuth2clientCredentialsRequired
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
Token URL:
Path parameters
organizationIdstring · min: 5 · max: 5Required
The unique identifier of the organization
Example: b1a23
Query parameters
entityIdstring · uuidOptional
The unique identifier of the entity
Example: 009e9276-5c80-11e8-9c2d-fa7ae01bbebc
externalstringOptional
A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
Example: entityId,personId
fieldsstringOptional
A comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
Return a list of person statistic totals for their career covering all competitions, groupped by their discipline, age group, and representation
Required scopes
This endpoint requires the following scopes:
: Read any data from the organization down
Authorizations
OAuth2clientCredentialsRequired
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
Token URL:
Path parameters
organizationIdstring · min: 5 · max: 5Required
The unique identifier of the organization
Example: b1a23
Query parameters
ageGroupstring · enumOptional
The age group of the season
JUNIOR Junior
MASTERS Masters
SENIOR Senior
UNDER_15 Under 15
UNDER_16 Under 16
UNDER_17 Under 17
UNDER_18 Under 18
UNDER_19 Under 19
UNDER_20 Under 20
UNDER_21 Under 21
UNDER_22 Under 22
UNDER_23 Under 23
YOUTH Youth
Example: SENIORPossible values:
disciplinestring · enum · max: 30Optional
The discipline for a match
BEACH Beach
HOCKEY5S Hockey5s
INDOOR Indoor
OUTDOOR Outdoor
PARAHOCKEY Para hockey
Example: INDOORPossible values:
entityIdstring · uuidOptional
The unique identifier of the entity
Example: 009e9276-5c80-11e8-9c2d-fa7ae01bbebc
externalstringOptional
A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
Example: entityId,personId
fieldsstringOptional
A comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
Return the statistics for a specific person in their career.
Required scopes
This endpoint requires the following scopes:
: Read any data from the organization down
Authorizations
OAuth2clientCredentialsRequired
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
Token URL:
Path parameters
organizationIdstring · min: 5 · max: 5Required
The unique identifier of the organization
Example: b1a23
personIdstring · uuidRequired
The unique identifier of the person
Example: 009e9276-5c80-11e8-9c2d-fa7ae01bbebc
Query parameters
externalstringOptional
A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
Example: entityId,personId
fieldsstringOptional
A comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.
Return the statistics for a specific person in their career by season and entity.
Required scopes
This endpoint requires the following scopes:
: Read any data from the organization down
Authorizations
OAuth2clientCredentialsRequired
You can create a JSON Web Token (JWT) using the token API call. Each token is given a set of scopes/permissions. Each endpoint has a scope/permission that it requires to run. If your token does not possess the correct scope then you will be unable to make the API call.
Token URL:
Path parameters
organizationIdstring · min: 5 · max: 5Required
The unique identifier of the organization
Example: b1a23
personIdstring · uuidRequired
The unique identifier of the person
Example: 009e9276-5c80-11e8-9c2d-fa7ae01bbebc
Query parameters
externalstringOptional
A comma separated list of fields that will instead be interpreted as an externalId. See External Ids for more information.
Example: entityId,personId
fieldsstringOptional
A comma separated list of fields to display. The response will only display these fields. See Partial Response section for more information.