[GET] ~/resources/hostedpage
Gets hosted page settings.
Request Information
URI Parameters
None.
Body Parameters
None.
Request Formats
None.
Response Information
Resource Description
A task that represents the asynchronous get hosted page settings operation.the hosted page settings.
An instance of: HostedPageSettings| Name | Description | Type | |
|---|---|---|---|
|
Gets or sets the imprint. |
string | ||
|
Gets or sets the privacy. |
string | ||
|
Gets or sets the terms. |
string |
Response Formats
application/json, text/json
Sample:
{
"imprint": "sample string 1",
"privacy": "sample string 2",
"terms": "sample string 3"
}