Versions Compared

Key

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


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

Set collections to Query

 
Info
titleAPI Call


/rest/hierarchy

 

Pre-defined Queries are Available

...

 

Apply Filters if Desired

 


Info
titleAPI Call

/rest/filters

...

Select Additional Fields to Display

 


Info
titleAPI Call

/rest/registries/schema

View Results

...


Info
titleAPI 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

...