Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

URL Structure

ThePeach edited this page Mar 10, 2011 · 3 revisions

REST URLs

  • user/<$userName>[/(rdf|turtle)]

    • gives the complete list of collections and non grouped photos
    • optional parameters exposes the user ontology
  • user/<$userName>/<$collection>[/(rdf|turtle)]

    • gives the complete list of photos inside of a particular collection
    • optional parameters exposes the collection ontology
  • user/<$userName>/<$collection>/<$photo>

    • displays the photo
  • user/<$userName>/<$collection>/<$photo>/(workrec|imagerec)

    • displays the xml data for the given photo (workrec and imagerec, see VRA Core 4 specs)

Clone this wiki locally