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

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

Select Filters of Interest

/rest/filters

 View Filtered Counts

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


View Items of Interest

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

Select additional fields to display

/rest/registries/schema


View Updated Results

/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