Get Setting

Version 4.0.23.12

Get Looker Settings

Available settings are:

  • allow_user_timezones
  • custom_welcome_email
  • data_connector_default_enabled
  • extension_framework_enabled
  • extension_load_url_enabled
  • marketplace_auto_install_enabled
  • marketplace_terms_accepted
  • marketplace_enabled
  • onboarding_enabled
  • privatelabel_configuration
  • timezone
  • host_url
  • email_domain_allowlist
  • embed_cookieless_v2
  • embed_enabled

Request

GET /setting
Datatype
Description
Request
HTTP Request
query
HTTP Query
Expand HTTP Query definition...
fields
string
Requested fields

Response

200: Looker Settings

Datatype
Description
(object)
extension_framework_enabled
boolean
Toggle extension framework on or off
extension_load_url_enabled
boolean
(DEPRECATED) Toggle extension extension load url on or off. Do not use. This is temporary setting that will eventually become a noop and subsequently deleted.
marketplace_auto_install_enabled
boolean
Toggle marketplace auto install on or off. Note that auto install only runs if marketplace is enabled.
marketplace_enabled
boolean
Toggle marketplace on or off
marketplace_terms_accepted
boolean
Accept marketplace terms by setting this value to true, or get the current status. Marketplace terms CANNOT be declined once accepted. Accepting marketplace terms automatically enables the marketplace. The marketplace can still be disabled after it has been enabled.
privatelabel_configuration
Private label configuration
Expand PrivatelabelConfiguration definition...
logo_file
string
Customer logo image. Expected base64 encoded data (write-only)
logo_url
string
Logo image url (read-only)
favicon_file
string
Custom favicon image. Expected base64 encoded data (write-only)
favicon_url
string
Favicon image url (read-only)
default_title
string
Default page title
show_help_menu
boolean
Boolean to toggle showing help menus
show_docs
boolean
Boolean to toggle showing docs
show_email_sub_options
boolean
Boolean to toggle showing email subscription options.
allow_looker_mentions
boolean
Boolean to toggle mentions of Looker in emails
allow_looker_links
boolean
Boolean to toggle links to Looker in emails
custom_welcome_email_advanced
boolean
Allow subject line and email heading customization in customized emails”
setup_mentions
boolean
Remove the word Looker from appearing in the account setup page
alerts_logo
boolean
Remove Looker logo from Alerts
alerts_links
boolean
Remove Looker links from Alerts
folders_mentions
boolean
Remove Looker mentions in home folder page when you don’t have any items saved
custom_welcome_email
Custom welcome email configuration
Expand CustomWelcomeEmail definition...
enabled
boolean
If true, custom email content will replace the default body of welcome emails
content
string
The HTML to use as custom content for welcome emails. Script elements and other potentially dangerous markup will be removed.
subject
string
The text to appear in the email subject line. Only available with a whitelabel license and whitelabel_configuration.advanced_custom_welcome_email enabled.
header
string
The text to appear in the header line of the email body. Only available with a whitelabel license and whitelabel_configuration.advanced_custom_welcome_email enabled.
onboarding_enabled
boolean
Toggle onboarding on or off
timezone
string
Change instance-wide default timezone
allow_user_timezones
boolean
Toggle user-specific timezones on or off
data_connector_default_enabled
boolean
Toggle default future connectors on or off
host_url
string
Change the base portion of your Looker instance URL setting
override_warnings
boolean
(Write-Only) If warnings are preventing a host URL change, this parameter allows for overriding warnings to force update the setting. Does not directly change any Looker settings.
email_domain_allowlist
string[]
embed_cookieless_v2
boolean
Toggle cookieless embed setting
embed_enabled
boolean
True if embedding is enabled https://cloud.google.com/looker/docs/r/looker-core-feature-embed, false otherwise

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

422: Validation Error

Datatype
Description
(object)
message
string
Error details
Expand ValidationErrorDetail definition...
field
string
Field with error
code
string
Error code
message
string
Error info message
documentation_url
string
Documentation link
documentation_url
string
Documentation link