Get a feed of the media link entries of a blog 

Get a feed that lists the media files that have been uploaded to a blog.

To modify the list or any of the files, see Update media resources.

Table 1. Atom API request details

Resource Description
/{handle}/feed/media/atom This feed returns a list of media entries (files or image files) that were added to the blog specified by the provided {handle}.

Note: A handle is specified when a blog is first created and is used in the construction of web addresses used to query the entries in a blog.

You can use one or more of the input parameters to limit the number of media link entries returned in the feed. Separate multiple parameters with an ampersand (&).

Table 2. Input parameters

Parameter Description
page Page number. Specifies the page to be returned. The first page is page 0.
ps Page size. Specifies the number of entries to return per page.


Parent topic

Getting data from an individual blog

Related reference
Media link content
Retrieve a media resource


   

 

});

+

Search Tips   |   Advanced Search