Return a list of all LDPath functions that have been registered in the LDPath installation.
Resources|
{name} | Return a description of the function whose name is passed as path argument. |
Method DetailHTTP Example:GET /{BASE}/ldpath/functions
| API Example: LDPathWebService.listFunctions({}); |
Return a list of all LDPath functions that have been registered in the LDPath installation. - Output:
- javax.ws.rs.core.Response - a list of JSON maps with the fields "name", "signature" and "description"
- Produces:
- application/json
- HTTP return codes:
- 200 - in case the functions exist; will return the function descriptions
- 500 - in case there was an error accessing the triple store
|