Contribute to the DSpace Development Fund

The newly established DSpace Development Fund supports the development of new features prioritized by DSpace Governance. For a list of planned features see the fund wiki page.

DSpace 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

Initial Report Display

API Call

/rest/filtered-collections?limit=25&expand=topCommunity&offset=0

Select Filters of Interest

API Call

/rest/filters

 View Filtered Counts

API Call

/rest/filtered-collections/{collection_id}?limit=500&filters=has_multiple_originals.has_one_original


View Items of Interest

API Call

/rest/filtered-collections/{collection_id}?expand=items&limit=100&filters=has_one_original&offset=0

Select additional fields to display

API Call

/rest/registries/schema


View Updated Results

API Call

/rest/filtered-collections/{collection_id}?expand=items,metadata&limit=100&filters=has_one_original&offset=0&show_fields[]=dc.date.created&show_fields[]=dc.date.issued


Download CSV File for Metadata Update

CSV File ready compatible with DSpace Metadata Update

  • No labels