JSKOS Server
Documentation
Visit the project on GitHub for the full documentation.
Available Endpoints
This service provides a subset of JSKOS API 1.1. All the following endpoints are available on this instance of jskos-server:
General
Mappings
Concept Schemes
Concepts
Annotations
- GET /annotations - Returns a list of annotations (documentation)
- GET /annotations/:_id - Returns a specific annotation (documentation)
- POST /annotations - Saves an annotation in the database (authentication needed, documentation)
- PUT /annotations/:_id - Overwrites an annotation in the database (authentication needed, documentation)
- PATCH /annotations/:_id - Adjusts an annotation in the database (authentication needed, documentation)
- DELETE /annotations/:_id - Deletes an annotation from the database (authentication needed, documentation)