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": "c4c753a0-9856-4f01-8f54-5767709816c5",
"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": "382f5049-e724-43c7-9c0f-c8895fddc494"
},
{
"Id": "c4c753a0-9856-4f01-8f54-5767709816c5",
"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": "382f5049-e724-43c7-9c0f-c8895fddc494"
}
]