Home

 

Get a feed of your library

Get a feed that lists the files in your library. This returns a feed of the files in your library.


Atom API request details

Resource Description
/basic/api/myuserlibrary/feed A feed that lists all of the files in your library.

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


Input parameters

Parameter Description
acls Specifies whether or not the permissions for each user should be displayed for each entry in the returned Atom document. 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. 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.
since Returns entries that have file content that has been updated since the specified date. Specify the date using the ? format.
sortBy String. Specifies what to sort the returned entries by. Options are:

    commented

    Organize the entries by the number of times the file has been commented on.

    downloaded

    Organize the entries by the number of times the file has been downloaded

    length

    Organize the entries by the size of the file.

    modified

    Organize the entries by the time the file contents were last updated

    published

    Organize the entries by the time the file was created.

    recommended

    Organize the entries by the number of times the file has been recommended

    title

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

    updated

    Organize the entries by the last time the time file's metadata or contents were updated.

The default option is modified.

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

    asc

    Ascending.

    desc

    Descending. This value is the default value.

Defaults to desc when the default sortBy option of modified is used. If you specify a different sortBy parmater value, then this parameter defaults to asc.

tag String. Filters the list of results by tag. To specify multiple tags, either separate the tag names with commas or provide the tag parameter multiple times. Providing more than one tag has the effect of an AND operator.
visibility Defines who has access to the files. Options are: public or private. If you set this parameter equal to

public

, only public files are returned. If you set this parameter equal to

private

, only private files are returned.


Get Files feeds


+

Search Tips   |   Advanced Search