GET breeze/UserManagement/ClientSettings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ClientSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ClientId | string |
Max length: 255 |
|
| Client | Client |
None. |
|
| SettingKey | string |
Max length: 255 |
|
| SettingValue | string |
Max length: 4000 |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "RightRez.DBLibrary.Web.ClientSetting, RightRez.Core",
"Id": 1,
"ClientId": "sample string 2",
"Client": {
"$id": "2",
"$type": "RightRez.DBLibrary.Web.Client, RightRez.Core",
"ClientId": "sample string 1"
},
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"$ref": "1"
}
]