You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This is non-official. It's my own attempt at documenting Fedora's REST API in a resource-oriented (vs method-oriented) way.

Resource: objects

The collection of objects stored in the repository.

GET

Without parameters

Presents a simple HTML search form for finding objects in the repository.

With "terms" or "query" parameter

Starts a search.

With "sessionToken" parameter

Gets the next page of search results.

Resource: objects/{pid}

An object in the repository.

GET

Without parameters

Provides an HTML representation of the object.

With parameters

A variety of views of the object can be returned, based on the values of the following optional parameters:

  • No labels