Path: / {BASE} / modules / list

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


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

Method Detail
HTTP Example:
GET /{BASE}/modules/list

API Example:

ModuleWebService.listModules({});

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

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