Count the number of Events

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

Returns the count of calendar events.

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

Request Params

KeyDatatypeRequiredDescription
from_datestringnullable
to_datestringnullable
team_idnumbernullable
typestringnullable

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"Number of Events","result":1}