getPortalSettings
getPortalSettings
FunctiongetPortalSettings(id?: string, requestOptions?: IRequestOptions): Promise<IPortalSettings>
Fetch the settings for the current portal by id. If no id is passed, portals/self/settings will be called
Parameters
Parameter | Type | Notes |
---|---|---|
id | string | |
request | IRequestOptions |
Returns
Promise<IPortalSettings>