Path: / {BASE} / modules / list

Return a list of names of the LMF modules that are currently enabled in the LMF installation.


Resource Methods
Method Summary
NameDescription
GET /{BASE}/modules/listReturn a list of names of the LMF modules that are currently enabled in the LMF installation.

Method Detail

GET /{BASE}/modules/list

Return a list of names of the LMF modules that are currently enabled in the LMF installation.

HTTP Example:
GET /{BASE}/modules/list
API Example:

ModuleWebService.listModules({});

Output:
Collection<String> - a JSON list of strings
Produces:
application/json