Growth of Clips over time

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

This endpoint provides the growth of the video clips 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 Secret Key

RESPONSES

status: OK

{"error":false,"code":200,"message":"Highlights growth data","result":[{"date":"2022-06","year":"2022","month":"06","total":28},{"date":"2022-05","year":"2022","month":"05","total":62},{"date":"2022-04","year":"2022","month":"04","total":22}]}