Home
Get a feed of the files in a collection
Get a feed that lists the files associated with a file collection. This returns a feed of the files in a given collection.
Atom API request details
Resource Description /basic/api/collection/{collection-id}/feed A feed of all the files in the collection specified by collection ID. You must authenticate this request.
{collection-id} is the value of the <td:label> element in the collection's Atom document. Use one or more of the input parameters to narrow the search. Separate multiple parameters with an ampersand (&).
Input parameters
Parameter Description added Long integer representing a timestamp. Returns all files that were added to the collection after the specified date and time. addedBy User ID. String. Specifies to return only file collections created by the user specified by the user ID. created Long integer representing a timestamp. Returns all files created after the specified date and time. 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:
- created
- Organize the entries by the file creation date.
- modified
- Organize the entries by the file creation date.
- published
- Organize the entries by the file publish 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 file was modified.
sortOrder Defines the order in which to sort the results. Options are:
- asc
- Ascending.
- desc
- Descending. This value is the default value.
tag String. Filters the returns by the specified tag. You can specify up to three tag parameters.