Count the number of Videos
GET {{baseUrl}}/{{version}}/stats/videos/count?from_date=2022-01-01&to_date=2022-06-23&team_id=100
Returns the count of videos.
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 Secret Key |
RESPONSES
status: OK
{"error":false,"code":200,"message":"The total count of videos.","result":52}