Growth of Notifications over time

GET {{baseUrl}}/{{version}}/stats/notifications/growth?from_date=2019-01-01&to_date=2022-07-01&type=playerRequestFeedback

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

KeyDatatypeRequiredDescription
from_datestringnullable
to_datestringnullable
typestringrequired

HEADERS

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

RESPONSES

status: OK

{"error":false,"code":200,"message":"Notifications growth data","result":[{"date":"2022-06","year":"2022","month":"06","total":1},{"date":"2022-03","year":"2022","month":"03","total":1}]}