Path: / {BASE} / statistics / modules

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


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

Method Detail

GET /{BASE}/statistics/modules

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

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

StatisticsWebService.getModules({});

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