JSKOS Server
Available Endpoints
This service provides a subset of JSKOS API 2.1. All the following endpoints are available on this instance of jskos-server. See documentation on GitHub for details.
General
Concordances
- GET /concordances - Returns a list of concordances for mappings (documentation)
- GET /concordances/:_id - Returns a specific concordance (documentation)
- POST /concordances - Saves a concordance in the database (authentication needed, documentation)
- PUT /concordances/:_id - Overwrites a concordance in the database (authentication needed, documentation)
- PATCH /concordances/:_id - Adjusts a mapping in the database (authentication needed, documentation)
- DELETE /concordances/:_id - Deletes a mapping from the database (authentication needed, documentation)
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)