Path: / {BASE} / context / {uuid}

Returns the content stored on this context

Path parameters:
uuid ([^#?]+) -

Method Summary
ResourceDescription
GET /{BASE}/context/{uuid}?format=…Returns the content stored on this context
DELETE /{BASE}/context/{uuid}Deletes a named graph from the system

Method Detail
HTTP Example:
GET /{BASE}/context/{uuid}?format=…
Accept: …

API Example:

ContextWebService.getContext({'format': /* Returns the content stored on this context */,
  'uuid': /* Returns the content stored on this context */,
  'Accept': /* Returns the content stored on this context */});

Returns the content stored on this context

Output:
javax.ws.rs.core.Response - redirects to the export service
Query parameters:
format
Header parameters:
Accept
HTTP Example:
DELETE /{BASE}/context/{uuid}

API Example:

ContextWebService.deleteContext({'uuid': /* uuid context identifier */});

Deletes a named graph from the system

Output:
javax.ws.rs.core.Response - status code