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

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

Path parameters:
name -

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

Method Detail

GET /{BASE}/ldpath/functions/{name}

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

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. */});

Output:
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