Path: / {BASE} / ldp / {uuid}

Returns the content stored on this resource/container

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

Method Summary
ResourceDescription
GET /{BASE}/ldp/{uuid}Returns the content stored on this resource/container
POST /{BASE}/ldp/{uuid}?title=… 
DELETE /{BASE}/ldp/{uuid}Deletes this resource/container

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

API Example:

LdpWebService.get({'uuid': /* Returns the content stored on this resource/container */,
  'Accept': /* Returns the content stored on this resource/container */});

Returns the content stored on this resource/container

Output:
javax.ws.rs.core.Response - redirect response to the export service
Header parameters:
Accept
HTTP Example:
POST /{BASE}/ldp/{uuid}?title=…
Accept: …

API Example:

LdpWebService.create({'title': …,
  'uuid': …,
  'Accept': …});

Output:
javax.ws.rs.core.Response
Query parameters:
title
Header parameters:
Accept
HTTP Example:
DELETE /{BASE}/ldp/{uuid}

API Example:

LdpWebService.delete({'uuid': /* uuid container identifier */,
  '$entity': /* types formats accepted */});

Deletes this resource/container

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