video Player error
Developing
POST
https://gotipath-stream.analytics.gotipath.com/report/v1/66a1084b-4b6b-4001-a4ad-d34d13463068/dataset
Request Request Example
Shell
JavaScript
Java
Swift
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"
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2025-06-19 04:59:01