Count the number of Players

GET {{baseUrl}}/{{version}}/stats/events/count?from_date=2022-01-01&to_date=2022-06-23&team_id=100

This returns the number of players on a given team.

This endpoint is only available to Club Administration access as it requires a 3rdPartyApiKey

Request Params

KeyDatatypeRequiredDescription
from_datestringnullable
to_datestringnullable
team_idnumbernullable

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token
Admin-TokenstringA valid 3rd Party Api Secret Key

RESPONSES

status: OK

{"error":false,"code":200,"message":"No. of sessions for a player","response":21}