Get Site Feature Settings
Get site specific settings for individual features running on SSP.
Get site specific settings for individual features running on SSP.
Request
URI
GET
https://{api_host}/v3/sites/{site-id}/{feature}/settings
COPY
Path Parameters
string
site-id
Required
site id description
Authentication
This operation uses the following authentication methods.
Responses
200
OK
Returns
SiteFeatureSettings
of type(s)
application/json
This response body class contains all of the following:
ManagedResource ,
InlineSiteFeatureSettings1
{
"0": "M",
"1": "a",
"2": "n",
"3": "a",
"4": "g",
"5": "e",
"6": "d",
"7": "R",
"8": "e",
"9": "s",
"10": "o",
"11": "u",
"12": "r",
"13": "c",
"14": "e",
"15": " ",
"16": "O",
"17": "b",
"18": "j",
"19": "e",
"20": "c",
"21": "t",
"enabled": false
}
default
unexpected error
Returns
Error
of type(s)
application/json
"Error Object"
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/v3/sites/{site-id}/{feature}/settings