Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • GET /hierarchy - Retrieve a lightweight representation of the nested community and collection hierarchy.

Schema and Metadata Field Registry

  • GET /registries/schema - Return the list of schemas in the registry
  • GET /registries/schema/{schema_prefix} - Returns the specified schema
  • GET /registries/schema/{schema_prefix}/metadata-fields/{element} - Returns the metadata field within a schema with an unqualified element name
  • GET /registries/schema/{schema_prefix}/metadata-fields/{element}/{qualifier} - Returns the metadata field within a schema with a qualified element name
  • POST /registries/schema/ - Add a schema to the schema registry
  • POST /registries/schema/{schema_prefix}/metadata-fields - Add a metadata field to the specified schema
  • GET /registries/metadata-fields/{field_id} - Return the specified metadata field
  • PUT /registries/metadata-fields/{field_id} - Update the specified metadata field
  • DELETE /registries/metadata-fields/{field_id} - Delete the specified metadata field from the metadata field registry
  • DELETE /registries/schema/{schema_id} - Delete the specified schema from the schema registry

Note: since the schema object contains no data fields, the following method has not been implemented: PUT /registries/schema/{schema_id}

Report Tools

Reporting Tools that allow a repository manager to audit a collection for metadata consistency and bitstream consistency.

  • GET /reports - Return a list of report tools built on the rest api
  • GET /reports/{nickname} - Return a redirect to a specific report
  • GET /filters - Return a list of use case filters available for quality control reporting
  • GET /filtered-collections - Return collections and item counts based on pre-defined filters
  • GET /filtered-collections/{collection_id} - Return items and item counts for a collection based on pre-defined filters
  • GET /filtered-items - Retrieve a set of items based on a metadata query and a set of filters


Model - Object data types

...