Returns the total subview metric value across all views matching the given filters and timeframe.
ID of the metric to compute over subviews. Additional metrics may be added over time.
The subview type to query.
Timeframe window to limit results by. Must be provided as an array query string parameter (e.g. timeframe[]=).
Accepted formats are...
timeframe[]=1498867200&timeframe[]=1498953600timeframe[]=24:hours or timeframe[]=7:daysFilter results using key:value pairs. Must be provided as an array query string parameter.
The set of filterable dimensions is distinct from the main Data API's dimensions, and depends on the subview type — see the List Subview Dimensions endpoint for the valid names.
filters[]=dimension:value - Include rows where dimension equals valuefilters[]=!dimension:value - Exclude rows where dimension equals valuefilters[]=dimension:__empty__ - Include rows where the dimension has no valueExample: filters[]=country:US
{
"data": {
"metric_value": 186400000
},
"meta": {
"subview_type": "rendition",
"metric": "playing_time",
"unit": "ms"
},
"total_row_count": null,
"timeframe": [
1617235200,
1617321600
]
}