http://www.vizrt.com/types/relation/content-items

This link relation identifies a link to a collection of CUE content items. Links of this type occur in feed resources representing publication sections.

Currently, the feed resource returned by a link of this type is always empty (that is, the feed contains no entry elements). In future, it is the intention that this will not be the case, such links will return paged collections. In the mean time, however, a feed resource of this type is still useful:

  • It provides a target for HTTP POST operations, allowing content items to be added to the section it represents

  • It contain a search link, enabling the section to be searched (see search).

The following example shows a link of this type:

<entry>
  ...
  <link rel="http://www.vizrt.com/types/relation/content-items" 
        href="http://host-ip-address/webservice/escenic/section/22/content-items" 
        type="application/atom+xml"/>
  ...
</entry>