REST API - getUserSettings
The table summarizes the REST API - getUserSettings.
Request
Format | GET <baseurl>/usersettings/<storagekey>/<settingname> |
Path parameters |
|
Response
JSON | Returns a JSON representation of the content of the getUserSettingsRsponseelement. |
XML | Returns the content of the getUserSettingsRsponseelement (from the UserSettingsService schema). |
Example
Request | GET <baseurl>/usersettings/claims/motor |
Response | { "xml-fragment": { "settingProperties": [ { "@Name": "model", "@Value": "Accord" }, { "@Name": "year", "@Value": "2010" }, { "@Name": "make", "@Value": "Honda" } ] } } |