video Player error
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"end_time": "2024-03-03T17:59:59.999Z",
"filters": [
{
"field": "media_id",
"operator": "equal",
"values": [
"e0e070ec-cd91-48f8-8aaa-930ae18a5ed8"
]
}
],
"group_bys": [
"time_interval_hour"
],
"metrics": [
{
"filters": [],
"group_bys": [],
"name": "total_media_error"
}
],
"start_time": "2024-02-25T17:59:59.999Z"
}
Request samples
curl --location --request POST 'https://gotipath-stream.analytics.gotipath.com/report/v1/66a1084b-4b6b-4001-a4ad-d34d13463068/dataset' \
--header 'Content-Type: application/json' \
--data-raw '{
"end_time": "2024-03-03T17:59:59.999Z",
"filters": [
{
"field": "media_id",
"operator": "equal",
"values": [
"e0e070ec-cd91-48f8-8aaa-930ae18a5ed8"
]
}
],
"group_bys": [
"time_interval_hour"
],
"metrics": [
{
"filters": [],
"group_bys": [],
"name": "total_media_error"
}
],
"start_time": "2024-02-25T17:59:59.999Z"
}'
Responses
application/json Modified at 2024-03-03 10:25:20