Retrieves a list of the top video views that fall within the specified filters and have been completed within a defined timespan. It lets you to identify the most popular content based on viewer interactions.
#### How it works
1. Send a `GET` request to this endpoint with the desired query parameters.
2. Specify the timespan for which you want to retrieve the top content using the `timespan[]` parameter.
3. Filter the views based on dimensions such as browser, device, video title, etc., using the `filterby[]` parameter.
4. You can use `Limit` to control number of top views returned.
5. You receive a response containing the list of top video views matching the specified criteria.
Related guide: <a href="https://fastpix.com/docs/video-data/identify-top-performing-content">Get top-performing content</a>
Response
Get the list of Views
successbooleanOptional
Shows the request status. Returns true for success and false for failure.
datalist of objectsOptional
Displays the result of the request.
timespanlist of integersOptional
The timespan from and to details displayed in the form of unix epoch timestamps.