Provides All Player Errors of a collection of a project#
📣 this endpoint provides all player error that has occurred of the contents of the project✳ list of request query parameter
start_time
end_time
group_by = time_interval_auto
🔰 this endpoint gives all the player error that has ocurred while playing contents of a collection of a project📢 Info message : Here URL is contructed like GET/projects/<project_id>/collections/<collection_id>/analytics/player-error-log?start_time=<time>&end_time=<time>&group_by=time_interval_autohere 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
projId
stringÂ
required
Example:
66a1084b-4b6b-4001-a4ad-d34d13463068
collectionId
stringÂ
required
Example:
384bf2ba-1fcb-4de8-9411-6d68000eb3c7
analyticsType
stringÂ
required
Example:
player-error-log
Query Params
start_time
stringÂ
optional
Example:
2024-02-25T17:59:59.999Z
end_time
stringÂ
optional
Example:
2024-03-03T17:59:59.999Z
group_by
stringÂ
optional
Example:
time_interval_auto
Request 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/collections/384bf2ba-1fcb-4de8-9411-6d68000eb3c7/analytics/player-error-log?start_time=2024-02-25T17:59:59.999Z&end_time=2024-03-03T17:59:59.999Z&group_by=time_interval_auto'
Responses
🟢200OK
application/json
Body
object {0}
Example
{"message":"collection analytics was found.","result":{"message":"Dataset retrieved successfully","result":{"filters":[{"field":"media_series","operator":"equal","values":["384bf2ba-1fcb-4de8-9411-6d68000eb3c7"]}],"group_bys":["time_interval_auto"],"metrics":[{"data":[{"time_interval_auto":"2024-02-28T00:00:00Z","total_media_error":3},{"time_interval_auto":"2024-02-29T00:00:00Z","total_media_error":1},{"time_interval_auto":"2024-03-01T00:00:00Z","total_media_error":7},{"time_interval_auto":"2024-03-02T00:00:00Z","total_media_error":11},{"time_interval_auto":"2024-03-03T00:00:00Z","total_media_error":1}],"filters":null,"group_bys":["time_interval_auto"],"name":"total_media_error"}]}},"success":true}