Path: / {BASE} / modules / module

Return the configuration of the module identified by the name passed as query argument. The module will be a map containing the values specified in the kiwi-module.properties file of the module.


Resource Methods
Method Summary
NameDescription
GET /{BASE}/modules/module?name=…Return the configuration of the module identified by the name passed as query argument.

Method Detail

GET /{BASE}/modules/module

Return the configuration of the module identified by the name passed as query argument. The module will be a map containing the values specified in the kiwi-module.properties file of the module.

HTTP Example:
GET /{BASE}/modules/module?name=…
API Example:

ModuleWebService.getConfiguration({'name': /* moduleName the name of the module for which to return the configuration */});

Output:
Map<String,Object> - a map with key/value pairs representing the module configuration as contained in kiwi-module.properties
Query parameters:
name - the name of the module for which to return the configuration
Produces:
application/json