Path: / {BASE} / knowledgedspace / {uuid}

Returns the content stored on this context URI

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

Method Summary
ResourceDescription
GET /{BASE}/knowledgedspace/{uuid}Returns the content stored on this context URI
DELETE /{BASE}/knowledgedspace/{uuid}Deletes a knowledge space from the system

Method Detail
HTTP Example:
GET /{BASE}/knowledgedspace/{uuid}
Accept: …

API Example:

KnowledgeSpaceWebService.getContent({'uuid': /* Returns the content stored on this context URI */,
  'Accept': /* Returns the content stored on this context URI */});

Returns the content stored on this context URI

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

API Example:

KnowledgeSpaceWebService.cleanContent({'uuid': /* uuid knowledge space uuid */,
  '$entity': /* types formats accepted */});

Deletes a knowledge space from the system

Input:
String - formats accepted
Output:
javax.ws.rs.core.Response - status code