Get a feed of the files in your recycle bin 

Get a feed that lists all of the files in your recycle bin.

Table 1. Atom API request details

Resource Description
/basic/api/myuserlibrary/view/recyclebin/feed A feed of files associated with the trash view of your library.

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

Table 2. Input parameters

Parameter Description
acls Specifies whether or not the permissions for each user should be displayed for each entry in the returned feed. This parameter takes a Boolean value of either true or false. By default, the permission information is not returned.
page Page number. Specifies the page to be returned assuming a constant page size. The default value is 1.
pageSize Page size. Specifies the number of items to include in a paged request. The default value is 10. Specify the page size in increments of ten.
sI Start index. Specifies the start index (as a 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:
label

    Organize the entries by the label of the document.

title

    Organize the entries by the title of the document.

updated

    Organize the entries by the date on which the media or its metadata were last updated.

The default value for this parameter is updated.

sortOrder String. 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.


Parent topic

Getting Files feeds


   

 

});

+

Search Tips   |   Advanced Search