Growth of Events over time
GET {{baseUrl}}/{{version}}/stats/events/growth?from_date=2022-06-01&to_date=2022-06-23&team_id=100
Returns the growth of events over time.
This endpoint is only available to Club Administration access as it requires a 3rdPartyApiKey
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from_date | string | nullable | |
to_date | string | nullable | |
team_id | number | nullable |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token | |
Admin-token | string | A valid 3rd Party Api key |
RESPONSES
status: OK
{"error":false,"code":200,"message":"Events growth data","response":[{"date":"2022-06","year":"2022","month":"06","total":7},{"date":"2022-05","year":"2022","month":"05","total":2},{"date":"2022-04","year":"2022","month":"04","total":1},{"date":"2022-03","year":"2022","month":"03","total":21},{"date":"2022-02","year":"2022","month":"02","total":60},{"date":"2022-01","year":"2022","month":"01","total":183}]}