Path: / {BASE} / config / type / {key}

Return the data type for the configuration key passed as argument.

Path parameters:
key - the configuration key for which to return the value

Resource Methods
Method Summary
NameDescription
GET /{BASE}/config/type/{key}Return the data type for the configuration key passed as argument.

Method Detail

GET /{BASE}/config/type/{key}

Return the data type for the configuration key passed as argument.

HTTP Example:
GET /{BASE}/config/type/{key}
API Example:

ConfigurationWebService.getConfigurationType({'key': /* key the configuration key for which to return the value */});

Output:
Response - the data type of the requested configuration
Produces:
application/json
HTTP return codes:
200 - if the configuration key exists
404 - if the configuration key does not exist