HTTP Example:GET /{BASE}/versions/{id}
| API Example: VersioningWebService.getVersion({'id': }); |
Return detailed information about the version whose id is passed as path argument. Returns a JSON map
with the fields id, creator, date, added_triples, removed_triples. Triple will be represented in RDF/JSON format. - Output:
- javax.ws.rs.core.Response - a JSON map representing the version information as described above
- Produces:
- application/json
- HTTP return codes:
- 404 - in case the requested version does not exist
|