http://www.vizrt.com/types/relation/person

This link relation identifies a link to a collection of CUE persons. Links of this type occur in feed resources representing publications. One link of this type is included in the web service's "start" feed resource (http://host-ip-address/webservice/escenic/section/ROOT/subsections).

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 persons to be added to the publication it represents

  • It contains an http://www.vizrt.com/types/relation/person-lookup link that you can use to search for persons

The following example shows a link of this type:

<feed>
  ...
  <title type="text">Publication root sections you are authorized to.</title>
  ...
  <link rel="http://www.vizrt.com/types/relation/person"
        href="http://host-ip-address/webservice/escenic/person"
        type="application/atom+xml"/>
  ...
</feed>