Growth of Videos over time

GET {{baseUrl}}/{{version}}/stats/videos/growth?from_date=2022-01-01&to_date=2022-06-23&team_id=1234

This endpoint provides the growth of the videos by `created_date`.

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

Request Params

KeyDatatypeRequiredDescription
from_datestringnullable
to_datestringnullable
team_idnumbernullable

HEADERS

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

RESPONSES

status: OK

{"error":false,"code":200,"message":"Videos growth data","result":[{"date":"2022-06","year":"2022","month":"06","total":3},{"date":"2022-05","year":"2022","month":"05","total":15},{"date":"2022-03","year":"2022","month":"03","total":14},{"date":"2022-02","year":"2022","month":"02","total":16},{"date":"2022-01","year":"2022","month":"01","total":4},{"date":"2021-12","year":"2021","month":"12","total":2},{"date":"2021-11","year":"2021","month":"11","total":17},{"date":"2021-10","year":"2021","month":"10","total":16},{"date":"2021-09","year":"2021","month":"09","total":2},{"date":"2021-02","year":"2021","month":"02","total":7},{"date":"2021-01","year":"2021","month":"01","total":3}]}