GET /ondemand/pages/{ondemand_id}/seasons/{season_id}/videos
Summary: Get all the videos in a season on an On Demand page
Operation ID: get_vod_season_videos
Auth: unknown
Operation ID: get_vod_season_videos
Auth: unknown
Parameters (6)
filter
(string, query, optional)
The attribute by which to filter the results.
Constraints: {'enum': ['viewable']}
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.
season_id
(number, path, required)
The ID of the season.
sort
(string, query, optional)
The way to sort the results.
Constraints: {'enum': ['date', 'default', 'manual', 'name', 'purchase_time', 'release_date']}
No probe data for this endpoint yet.