Retrieves the MRSS (Media RSS) feed as XML content.

Behavior: Generates and returns an MRSS feed in XML format. The XML is serialized without the XML declaration and uses the media namespace (http://search.yahoo.com/mrss/) for media-specific elements such as media:description. Returns 404 if the feed model cannot be generated.

Authorization: Requires an authenticated user (class-level [Authorize]).

Side Effects: None. This is a read-only operation.

Error Scenarios: Returns 401 if the user is not authenticated. Returns 404 if the feed data is not available.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Responses
200

The MRSS feed was successfully generated and returned.

500

An unknown error occurred during feed generation.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!