Skip to content

Syndication (RSS, Atom)

Syndication support makes it easier to keep track of changes of lists, resources and their metadata.

{base}/{context-id}/resource/{entry-id}?syndication={syndication format}

If entry-id identifies a folder then all contained resources will be covered by the feed. This works recursively, i.e. all subfolders' resources are included, sorted after the modification date.

The syndication parameter accepts the following values:

  • atom_1.0
  • atom_0.3
  • rss_2.0
  • rss_1.0

For information on syndication in search, please see the page Search.

Example using RSS 2.0

{baseURL}/{context-id}/resource/{entry-id}?syndication=rss_2.0