Versions Compared

Key

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

Table of Contents

Warning
titleDSpace 7.0 only supports this when using the older, deprecated REST API v6

In DSpace 7.0, REST Quality Control Reports are currently only supported if you also install the old REST API v6 (deprecated) webapp.  Tentative plans to migrate these reports to support the new REST API have begun in https://jira.lyrasis.org/browse/DS-4301

GET /rest - Summary of API Calls

...

  • GET /filtered-items - Retrieve a set of items based on a metadata query and a set of filters

 


GET /rest/reports - List of Available Reports

...

The response will return the list of available filters. These have been configured in rest.cfg.

 


GET /rest/filtered-collections - Return collections and item counts based on pre-defined filters

...

  • Metadata Field Query
    • Field(s) to be searched
    • Search operator
    • Search value (if applicable)
  • Collection scope (optional)
    • Comma separated list of collections to search
  • Filters
    • A comma separated list of item filters that will be applied to all results.
    • It may be necessary to paginate through results when applying a highly selective filter

...