GET /ondemand/pages/{ondemand_id}/videos
Summary: Get all the videos on an On Demand page
Operation ID: get_vod_videos
Auth: unknown
Operation ID: get_vod_videos
Auth: unknown
Parameters (6)
direction
(string, query, optional)
The sort direction of the results.
Constraints: {'enum': ['asc', 'desc']}
filter
(string, query, optional)
The attribute by which to filter the results.
Constraints: {'enum': ['all', 'buy', 'expiring_soon', 'extra', 'main', 'main.viewable', 'rent', 'trailer', 'unwatched', 'viewable', 'watched']}
ondemand_id
(number, path, required)
The ID of the On Demand.
page
(number, query, optional)
The page number of the results to show.
per_page
(number, query, optional)
The number of items to show on each page of results, up to a maximum of 100.
sort
(string, query, optional)
The way to sort the results.
Constraints: {'enum': ['date', 'default', 'episode', 'manual', 'name', 'purchase_time', 'release_date']}
No probe data for this endpoint yet.