GET api/SiteSetting/GetSiteSetting_V2?name={name}&accountId={accountId}
SiteSetting
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
multiple name to split and get array data |
string |
Required |
| accountId |
accountId |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
List of the sitesetting data
Collection of SiteSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| Option | string |
None. |
|
| Default | string |
None. |
|
| TypeId | integer |
None. |
|
| Status | string |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| SiteSettingOptionId | globally unique identifier |
Required |
|
| SiteSettingId | globally unique identifier |
None. |
|
| DisplayCode | string |
None. |
|
| CustomizeValue | string |
None. |
|
| Value | string |
None. |
|
| IsCustomSymbol | boolean |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
|
| identitycategory | IdentityCategory |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| Modified | Member |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.