get https://v1.fastpix.io/data/viewlist/top-content
Retrieves a list of the top video views that fall within the specified filters and have been completed within a defined timespan. It allows you to identify the most popular content based on viewer interactions.
How it works
-
Make a GET request to the /viewlist/top-content endpoint with the desired query parameters.
-
Specify the timespan for which you want to retrieve the top content using the timespan[] parameter.
-
Filter the views based on dimensions such as browser, device, video title, etc., using the filterby[] parameter.
-
Limit the results using the limit parameter to control the number of top views returned.
-
Receive a response containing the list of top video views matching the specified criteria.