getPortalSettings
getPortalSettings
getPortalSettings(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 |
---|---|
id | string |
request | IRequestOptions |
Returns
Promise<IPortalSettings>