Path: / {BASE} / ldpath / functions

Return a list of all LDPath functions that have been registered in the LDPath installation.


Sub-Resources
Resources
NameDescription
{name}Return a description of the function whose name is passed as path argument.

Resource Methods
Method Summary
NameDescription
GET /{BASE}/ldpath/functionsReturn a list of all LDPath functions that have been registered in the LDPath installation.

Method Detail

GET /{BASE}/ldpath/functions

Return a list of all LDPath functions that have been registered in the LDPath installation.

HTTP Example:
GET /{BASE}/ldpath/functions
API Example:

LDPathWebService.listFunctions({});

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