Path: / {BASE} / cache / endpoint / {id}

Path parameters:
id -

Sub-Resources
Resources
NameDescription
disable
enable

Resource Methods
Method Summary
NameDescription
GET /{BASE}/cache/endpoint/{id} 
DELETE /{BASE}/cache/endpoint/{id} 

Method Detail

GET /{BASE}/cache/endpoint/{id}

HTTP Example:
GET /{BASE}/cache/endpoint/{id}
API Example:

LinkedDataCachingWebService.retrieveEndpoint({'id': …});

Output:
Response
Produces:
application/json

DELETE /{BASE}/cache/endpoint/{id}

HTTP Example:
DELETE /{BASE}/cache/endpoint/{id}
API Example:

LinkedDataCachingWebService.removeEndpoint({'id': …});

Output:
Response