Get Site Feature Settings

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

feature
Required

the feature for which settings are being retrieved


Authorization
This operation uses the following authorization methods.
Responses
200

OK

Returns SiteFeatureSettings of type(s) application/json
This response body class contains all of the following: ManagedResource , InlineSiteFeatureSettings1
{
    "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