Old Release

This documentation relates to an old version of DSpace, version 6.x. Looking for another version? See all documentation.

Support for DSpace 6 ended on July 1, 2023.  See Support for DSpace 5 and 6 is ending in 2023

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