Get a feed of folders to which you recently added files 

Get a feed that lists the folders that you added files to recently.

Table 1. Atom API request details

Resource Description
/basic/api/collections/addedto/feed A feed of all folders to which you have recently added files

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

Table 2. Input parameters

Parameter Description
access Filters the returns by the access role of the authenticated user. Options are:

  • editor

  • manager

You can use this parameter with an authenticated request only.

format String. Specifies the format of the response. Options are atom or json. The default value is atom.
includeCount Specifies whether the total number of folders should be returned in the feed. The options are true and false. The default is true.
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.
shared Filters the list of results based on whether the folder is shared or not. Options are true, false, or null. Passing null returns all content, regardless of whether it is shared.  If visibility is public, then this parameter is ignored.
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. The default value is 1.
type String. Specifies the types of folders to return in the feed. The options are all, community, and personal. The default value is personal.
visibility Filters the list of results based on visibility flag. Options are public, private, and null. The default is null, which returns both the public folders, and the private folders that you have pinned.


Parent topic

Getting Files feeds


   

 

});

+

Search Tips   |   Advanced Search