Path: / {BASE} / statistics / modules

Return a JSON-formatted list of all statistics modules that are available in the system.


Method Summary
ResourceDescription
GET /{BASE}/statistics/modulesReturn a JSON-formatted list of all statistics modules that are available in the system.

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

API Example:

StatisticsWebService.getModules({});

Return a JSON-formatted list of all statistics modules that are available in the system.

Output:
List<String> - a JSON-formatted list of strings, each representing the name of a statistics module
Produces:
application/json