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': }); |
- 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
|