Provides the Total Video Watch By Time Interval of a project#
📣 this endpoint provides the Total Video Watch by time interval of the contents of the project across different regions✳ list of request parameters
start_time
end_time
group_by = time_interval_minute
🔰 this endpoint gives all the Total watch information analytics of the project📢 Info message : Here URL is contructed like GET/projects/<project_id>/analytics/total-watch?start_time=<time>&end_time=<time>&group_by=time_interval_minutehere time should be formated in RFC3339
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://localhost:8080/v1/projects/66a1084b-4b6b-4001-a4ad-d34d13463068/analytics/total-watch?start_time=2024-02-24T17:59:59.999Z&end_time=2024-03-02T17:59:59.999Z&group_by=time_interval_minute' \
--header'Authorization: Bearer <token>'