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

Set collections to Query

API Call


/rest/hierarchy

 

Pre-defined Queries are Available


Multiple Metadata Fields can be Queried

API Call

/rest/registries/schema

 

Apply Filters if Desired


API Call

/rest/filters

Select Additional Fields to Display


API Call

/rest/registries/schema

View Results


API Call

rest/filtered-items?
query_field[]=dc.subject.*&query_field[]=dc.creator&query_op[]=contains&query_op[]=matches&query_val[]=politic&query_val[]=.*Krogh.*
&collSel[]=
&limit=100&offset=0
&expand=parentCollection,metadata
&filters=is_withdrawn,is_discoverable
&show_fields[]=dc.subject&show_fields[]=dc.subject.other

Export as CSV for DSpace Metadata Update Process

 

  • No labels