Home

 

Get a feed of public file collections

Get a feed that lists public file collections. This returns a feed of public file collections.


Atom API request details

Resource Description
/basic/anonymous/api/collections/feed A feed of all public file collections. Do not authenticate this request.

Use one or more of the input parameters to narrow the search. Separate multiple parameters with an ampersand (&).


Input parameters

Parameter Description
creator User ID. Specifies to return only file collections created by the user specified by the user ID.
page Page number. Specifies the page to be returned. The default value is 1.
pageSize Page size. Specifies the number of entries to be returned per page.
sI Start index. Specifies the start index (number) in the collection from which the results should be returned. This parameter is ignored if a page parameter is provided.
sortBy String. Specifies what to sort the returned entries by. Options are:

    itemCount

    Organize the entries by the number of files associated with it.

    published

    Organize the entries by the collection creation date.

    title

    Organize the entries by title. The title is specified in the <title> element of the entry.

    updated

    Organize the entries by last time the collection as modified.

The default option is title.

sortOrder Defines the order in which to sort the results. Options are:

    asc

    Ascending.

    desc

    Descending. This value is the default value.

Defaults to asc.

title String. Specifies the title of the collection to return.


Get Files feeds


+

Search Tips   |   Advanced Search