[GET] ~/resources/groupsettings
Gets the group settings.
Request Information
URI Parameters
None.
Body Parameters
None.
Request Formats
None.
Response Information
Resource Description
The group settings.
An instance of: OwnerGroupSettings| Name | Description | Type | |
|---|---|---|---|
|
Gets or sets the name of the site. |
string | ||
|
Gets or sets the privacy consent statement. |
string | ||
|
Gets or sets the privacy revokation. |
string | ||
|
Gets or sets the consumption note. |
string |
Response Formats
application/json, text/json
Sample:
{
"siteName": "sample string 1",
"privacyConsentStatement": "sample string 2",
"privacyRevocation": "sample string 3",
"consumptionNote": "sample string 4"
}