Path: / {BASE} / ldpath / functions / {name}

Return a description of the function whose name is passed as path argument.

Path parameters:
name -

Method Summary
ResourceDescription
GET /{BASE}/ldpath/functions/{name}Return a description of the function whose name is passed as path argument.

Method Detail
HTTP Example:
GET /{BASE}/ldpath/functions/{name}

API Example:

LDPathWebService.getFunction({'name': /* Return a description of the function whose name is passed as path argument. */});

Return a description of the function whose name is passed as path argument.

Output:
javax.ws.rs.core.Response - a JSON map with the fields "name", "signature" and "description"
Produces:
application/json
HTTP return codes:
200 - in case the function exists; will return the function description
404 - in case the function does not exist
500 - in case there was an error accessing the triple store