Get a feed of public file folders 

Get a feed that lists public file folders.

To view public folders, you do not need to authenticate the request. To view private folders or folders shared with you, authenticate the request.

Table 1. Atom API request details

Resource Description
/basic/anonymous/api/collections/feed A feed of all public file folders.

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

Table 2. Input parameters

Parameter Description
creator User ID. Specifies to return only file folders 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 folder 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 folder 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 folder as modified.

The default value of this parameter is title.

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

    Ascending.

desc

    Descending.

If a value is specified for the sortBy parameter, but none is specified for this parameter, then this parameter defaults to asc. If neither is specified, this parameter defaults to desc.

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


Parent topic

Getting Files feeds


   

 

});

+

Search Tips   |   Advanced Search