Much of the functionality that is exposed through the RESTful HTTP API is also available using an HTML user interface interpreted by your favorite web browser.  Whether your request for particular API HTTP endpoints results in an HTML UI or more machine-readable formats is based on content negotiation headers.  This tour walks you through the major user interface components when accessing the HTTP API through a web browser.

Home Page / Node View

When you access the root path of the RESTful HTTP API you are presented with a rendering of the root level node of the default workspace within your Fedora repository.

From here you can:

The user interface is divided into regions.

Navigation Bar

The navigation bar, which appears at the top of each page includes links to the following:

 

Resource Information

Information about the resource requested (in the case of the home page, this is the root of the default workspace) is displayed below the navigation bar, filling the left two thirds of interface.

  1. Object Title
    If a title (either http://www.w3.org/2000/01/rdf-schema#label or http://purl.org/dc/elements/1.1/title) is available, it is displayed here, otherwise the resource URI is.
  2. Object Path
    Fedora 4 is different from Fedora 3 in that there is an innate tree hierarchy to the repository rather than a flat hierarchy.  The path (list of ancestors) for the viewed node is presented below the object title.
  3. Featured Properties
    Very basic metadata such as the UUID and modification/creation times and users are presented below the object path
  4. Children
    Any children that the node has will be listed and linked here.
  5. All Node Properties
    All properties of the node are presented here.  Hover your mouse over the namespace prefix to see the full namespace.
  6. Inlined Resources
    A subset of properties from the parent node, children nodes are presented below the properties for the subject node.  Click on the grayed box to expand the list of properties or the label text to view that resource directly.