Returns a list of videos for a site/workspace as an MRSS feed. By default it returns the 20 most recent public videos on the site/workspace, but with the parameters you change the number of returning videos as well as the order of the list. This request will only return published videos and the definition of a published video is when its publish date has passed and the value of the published/visible in vod parameter is true. The video will only be displayed when both of these requirements are satisfied.
Specifies the attribute on which the videos should be ordered. The possible attributes to sort by: created_at, published_at, name, updated_at and duration.
sort_order
Specifies the order in which the videos should be ordered. Possible values: desc or asc.
page
Specifies the page of results to retrieve. Default is 1.
page_size
Specifies the number of videos to try and retrieve, up to a maximum of 200, with the default value 20.
feed_type
Will add feed_type specific title to the response. Supports either roku or mrss, default is mrss.
category_id
Specify one or multiple category ids to filter out videos on those categories. Use , as delimiter between multiple category id:s. Example category_id_1,category_id_2.
Resources
Requires authentication?
Response formats
HTTP method
No
XML
GET
Request examples
Example
This example request will return videos 1 to 20 for site/workspace with id=<your_site_id> ordered by created in ascending order.