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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

GET /rest

 The response from this call includes the set of REST report calls that are available.

  • GET /reports - Return a list of report tools built on the rest api

  •  GET /reports/{nickname} - Return a redirect to a specific report

  • GET /filters - Return a list of use case filters available for quality control reporting

  • GET /filtered-collections - Return collections and item counts based on pre-defined filters

  • GET /filtered-collections/{collection_id} - Return items and item counts for a collection based on pre-defined filters

  • GET /filtered-items - Retrieve a set of items based on a metadata query and a set of filters

GET /rest/reports

The response from this call includes the set of reports that are available

  • collection: ../static/rest/index.html
  • item-query: ../static/rest/query.html

GET /rest/reports/[report name]

This will re-direct to the configured report

GET /rest/filters

Ask the REST API for available filters. These have been configured in rest.cfg.
![image](images/filters.jpg)

  • No labels