[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
NameDescriptionType
SiteName

Gets or sets the name of the site.

string

PrivacyConsentStatement

Gets or sets the privacy consent statement.

string

PrivacyRevocation

Gets or sets the privacy revokation.

string

ConsumptionNote

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"
}