Path: / {BASE} / versions / {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.

Path parameters:
id ([0-9]+) - the ID of the version to return

Method Summary
ResourceDescription
GET /{BASE}/versions/{id}Return detailed information about the version whose id is passed as path argument.

Method Detail
HTTP Example:
GET /{BASE}/versions/{id}

API Example:

VersioningWebService.getVersion({'id': /* id the ID of the version to return */});

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