Count the number of Gameresults by event_id

GET {{baseUrl}}/{{version}}/stats/gameresults/count?from_date=2019-01-01&to_date=2022-06-29

Returns the count of Game results grouped by event_id.

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

Request Params

KeyDatatypeRequiredDescription
from_datestringnullable
to_datestringnullable

HEADERS

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

RESPONSES

status: OK

{"error":false,"code":200,"message":"Number of Gameresults","result":4}