GET api/SiteSetting/GetClientSetting?accountId={accountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SettingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteSettingId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| CustomizeValue | string |
None. |
|
| Value | string |
None. |
|
| DisplayCode | string |
None. |
|
| Description | string |
None. |
|
| TypeId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SiteSettingId": "9af4b506-db1d-4817-8197-d234adf7f1bc",
"Name": "sample string 2",
"CustomizeValue": "sample string 3",
"Value": "sample string 4",
"DisplayCode": "sample string 5",
"Description": "sample string 6",
"TypeId": 1
},
{
"SiteSettingId": "9af4b506-db1d-4817-8197-d234adf7f1bc",
"Name": "sample string 2",
"CustomizeValue": "sample string 3",
"Value": "sample string 4",
"DisplayCode": "sample string 5",
"Description": "sample string 6",
"TypeId": 1
}
]