Growth of Playernotes over time
GET {{baseUrl}}/{{version}}/stats/playernotes/growth?from_date=2022-03-01&to_date=2022-06-23&user_id=1
This endpoint returns the growth over time of the Playernotes given by coaches.
Optionally, it takes a user_id
and a period of time parameters.
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 | |
user_id | number | nullable |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token | |
Admin-Token | string | A valid 3rd Party Api Secret Key |
RESPONSES
status: OK
{"error":false,"code":200,"message":"Playernotes growth data","result":[{"date":"2022-06","year":"2022","month":"06","total":6},{"date":"2022-05","year":"2022","month":"05","total":18},{"date":"2022-04","year":"2022","month":"04","total":9},{"date":"2022-03","year":"2022","month":"03","total":110}]}