REST API - listUserSettingIds
The table summarizes the REST API - listUserSettingIds.
Request
Format | GET <baseurl>/usersettings/<storagekey> |
Path parameters | storagekey: Identifies the key used to persist data on the server. Must be created using the storagekey attribute in the saveUserSettings operation. |
Response
JSON | Returns a JSON representation of the content of the listUserSettingsIdsResponseelement. |
XML | Returns the content of the listUserSettingsIdsResponseelement (from the UserSettingsService schema). |
Example
Request | GET <baseurl>/usersettings/claims |
Response | { "settingId": "motor" } |