Versions Compared

Key

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

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)