Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Overview of REST Reporting Calls

Terry Brady edited this page Oct 22, 2015 · 6 revisions

GET /rest

Ask the REST API for report-related requests

  • 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

Ask the REST API for available reports. These have been configured in rest.cfg.

  • 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