GET api/SiteSetting/List?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 SiteSettingOption| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| DisplayCode | string |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| StatusId | integer |
None. |
|
| Level | integer |
None. |
|
| LowExpression | string |
None. |
|
| HighExpression | string |
None. |
|
| IsDefault | boolean |
None. |
|
| SiteSettingId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "57382dc9-6f40-44a1-b967-1b436e2fd399",
"Code": "sample string 1",
"DisplayCode": "sample string 2",
"Name": "sample string 3",
"Description": "sample string 4",
"StatusId": 1,
"Level": 1,
"LowExpression": "sample string 5",
"HighExpression": "sample string 6",
"IsDefault": true,
"SiteSettingId": "9863e499-00db-4ea2-a3a0-1553ef950241"
},
{
"Id": "57382dc9-6f40-44a1-b967-1b436e2fd399",
"Code": "sample string 1",
"DisplayCode": "sample string 2",
"Name": "sample string 3",
"Description": "sample string 4",
"StatusId": 1,
"Level": 1,
"LowExpression": "sample string 5",
"HighExpression": "sample string 6",
"IsDefault": true,
"SiteSettingId": "9863e499-00db-4ea2-a3a0-1553ef950241"
}
]