Skip to content

Latest commit

 

History

History
106 lines (98 loc) · 4.13 KB

endpoints.md

File metadata and controls

106 lines (98 loc) · 4.13 KB

Endpoints

REST Overview Documentation

Available Endpoints

Endpoints Under Development/Discussion

Actuator endpoints

The following endpoints are implemented using Spring Boot Actuator and are enabled by default:

  • /actuator/info
  • /actuator/health

For more details see the /actuator endpoint

Other Endpoints (raw list)

  • /api/authorize/(dso)
  • /api/curate
  • /api/export
  • /api/app/bulkmetadataedit
  • /api/statistics/(dso)
  • /api/configuration
    • return relevant configuration values to the client
      • DSpace version
      • Root url
      • Site name
      • Contact info
      • Root handle
      • Supported themes
      • Default language
      • Languages supported
    • question, how will we mark / designate the values that are safe to expose?
  • /api/feature
    • return the status of features that are enabled for a site
      • statistics viewing
    • return the status of features that are enabled for authorized users
      • item versioning

Other Endpoints not under /api context

  • /oai
    • endpoint for OAI-PMH data provider (if enabled)
  • /opensearch
    • endpoint for opensearch service
  • /signposting
    • endpoint returning information for linkset (signposting)
  • /sword
    • endpoint for sword (if enabled)
  • /sword2
    • endpoint for sword2 (if enabled)