Send feedback
  
   
 
  
    
      Import LookML Dashboard 
  
  
  
   
  
    
  
  
    
    
    
	
		Version 4.0.25.18 (latest) 
	 
Import a LookML dashboard to a space as a UDD 
Creates a UDD (a dashboard which exists in the Looker database rather than as a LookML file) from the LookML dashboard
and places it in the space specified. The created UDD will have a lookml_link_id which links to the original LookML dashboard.
To give the imported dashboard specify a (e.g. title: "my title") in the body of your request, otherwise the imported
dashboard will have the same title as the original LookML dashboard.
For this operation to succeed the user must have permission to see the LookML dashboard in question, and have permission to
create content in the space the dashboard is being imported to.
Sync  a linked UDD with sync_lookml_dashboard() 
Unlink  a linked UDD by setting lookml_link_id to null with update_dashboard() 
Request 
	POST 
	/dashboards/{lookml_dashboard_id}/import/{space_id}
	
		
		
	
	
	
		
		
		
			
	
	
		
			
			 Expand HTTP Path definition... 
		
		
		
			
	
		
			lookml_dashboard_id
			
				
			
			
				
					
						string
					
				
			
			Id of LookML dashboard
		 
	 
	
		
			
	
		
			space_id
			
				
			
			
				
					
						string
					
				
			
			Id of space to import the dashboard to
		 
	 
	
		
		 
		 
	
		
			
	
	
		
			
			 Expand HTTP Body definition... 
		
		
		
			
	
	
		
			
			 Expand Dashboard definition... 
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			content_favorite_id
			
				lock 
			
				
					
						string
					
				
			
			Content Favorite Id
		 
	 
	
		
			
	
		
			content_metadata_id
			
				lock 
			
				
					
						string
					
				
			
			Id of content metadata
		 
	 
	
		
			
	
		
			description
			
				
			
			
				
					
						string
					
				
			
			Description
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
		
			query_timezone
			
				
			
			
				
					
						string
					
				
			
			Timezone in which the Dashboard will run by default.
		 
	 
	
		
			
	
		
			readonly
			
				lock 
			
				
					
						boolean
					
				
			
			Is Read-only
		 
	 
	
		
			
	
		
			refresh_interval
			
				
			
			
				
					
						string
					
				
			
			Refresh Interval, as a time duration phrase like "2 hours 30 minutes". A number with no time units will be interpreted as whole seconds.
		 
	 
	
		
			
	
		
			refresh_interval_to_i
			
				lock 
			
				
					
						integer
					
				
			
			Refresh Interval in milliseconds
		 
	 
	
		
			
	
	
		
			
	
		
			title
			
				
			
			
				
					
						string
					
				
			
			Dashboard Title
		 
	 
	
		
			
	
		
			user_id
			
				lock 
			
				
					
						string
					
				
			
			Id of User
		 
	 
	
		
			
	
		
			slug
			
				
			
			
				
					
						string
					
				
			
			Content Metadata Slug
		 
	 
	
		
			
	
		
			preferred_viewer
			
				
			
			
				
					
						string
					
				
			
			The preferred route for viewing this dashboard (ie: dashboards or dashboards-next)
		 
	 
	
		
			
	
		
			alert_sync_with_dashboard_filter_enabled
			
				
			
			
				
					
						boolean
					
				
			
			Enables alerts to keep in sync with dashboard filter changes
		 
	 
	
		
			
	
		
			background_color
			
				
			
			
				
					
						string
					
				
			
			Background color
		 
	 
	
		
			
	
		
			created_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Dashboard was created.
		 
	 
	
		
			
	
		
			crossfilter_enabled
			
				
			
			
				
					
						boolean
					
				
			
			Enables crossfiltering in dashboards - only available in dashboards-next (beta)
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
		
			deleted
			
				
			
			
				
					
						boolean
					
				
			
			Whether or not a dashboard is 'soft' deleted.
		 
	 
	
		
			
	
		
			deleted_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Dashboard was 'soft' deleted.
		 
	 
	
		
			
	
		
			deleter_id
			
				lock 
			
				
					
						string
					
				
			
			Id of User that 'soft' deleted the dashboard.
		 
	 
	
		
			
	
		
			edit_uri
			
				lock 
			
				
					
						string
					
				
			
			Relative path of URI of LookML file to edit the dashboard (LookML dashboard only).
		 
	 
	
		
			
	
		
			enable_viz_full_screen
			
				
			
			
				
					
						boolean
					
				
			
			Allow visualizations to be viewed in full screen mode
		 
	 
	
		
			
	
		
			favorite_count
			
				lock 
			
				
					
						integer
					
				
			
			Number of times favorited
		 
	 
	
		
			
	
		
			filters_bar_collapsed
			
				
			
			
				
					
						boolean
					
				
			
			Sets the default state of the filters bar to collapsed or open
		 
	 
	
		
			
	
		
			filters_location_top
			
				
			
			
				
					
						boolean
					
				
			
			Sets the default state of the filters location to top(true) or right(false)
		 
	 
	
		
			
	
		
			last_accessed_at
			
				lock 
			
				
					
						string
					
				
			
			Time the dashboard was last accessed
		 
	 
	
		
			
	
		
			last_viewed_at
			
				lock 
			
				
					
						string
					
				
			
			Time last viewed in the Looker web UI
		 
	 
	
		
			
	
		
			updated_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Dashboard was most recently updated.
		 
	 
	
		
			
	
		
			last_updater_id
			
				lock 
			
				
					
						string
					
				
			
			Id of User that most recently updated the dashboard.
		 
	 
	
		
			
	
		
			last_updater_name
			
				lock 
			
				
					
						string
					
				
			
			Name of User that most recently updated the dashboard.
		 
	 
	
		
			
	
		
			user_name
			
				lock 
			
				
					
						string
					
				
			
			Name of User that created the dashboard.
		 
	 
	
		
			
	
		
			load_configuration
			
				
			
			
				
					
						string
					
				
			
			configuration option that governs how dashboard loading will happen.
		 
	 
	
		
			
	
		
			lookml_link_id
			
				
			
			
				
					
						string
					
				
			
			Links this dashboard to a particular LookML dashboard such that calling a **sync** operation on that LookML dashboard will update this dashboard to match.
		 
	 
	
		
			
	
		
			show_filters_bar
			
				
			
			
				
					
						boolean
					
				
			
			Show filters bar.  **Security Note:** This property only affects the *cosmetic* appearance of the dashboard, not a user's ability to access data. Hiding the filters bar does **NOT** prevent users from changing filters by other means. For information on how to set up secure data access control policies, see [Control User Access to Data](https://cloud.google.com/looker/docs/r/api/control-access)
		 
	 
	
		
			
	
		
			show_title
			
				
			
			
				
					
						boolean
					
				
			
			Show title
		 
	 
	
		
			
	
		
			folder_id
			
				
			
			
				
					
						string
					
				
			
			Id of folder
		 
	 
	
		
			
	
		
			text_tile_text_color
			
				
			
			
				
					
						string
					
				
			
			Color of text on text tiles
		 
	 
	
		
			
	
		
			tile_background_color
			
				
			
			
				
					
						string
					
				
			
			Tile background color
		 
	 
	
		
			
	
		
			tile_text_color
			
				
			
			
				
					
						string
					
				
			
			Tile text color
		 
	 
	
		
			
	
		
			title_color
			
				
			
			
				
					
						string
					
				
			
			Title color
		 
	 
	
		
			
	
		
			view_count
			
				lock 
			
				
					
						integer
					
				
			
			Number of times viewed in the Looker web UI
		 
	 
	
		
			
	
		
			appearance
			
				
			
			
			Dashboard visual settings only applicable to dashboards-next (beta)
		 
	 
	
		
			
	
		
			url
			
				lock 
			
				
					
						string
					
				
			
			Relative URL of the dashboard
		 
	 
	
		
		 
		 
	
		
		 
		 
	
		
			
	
	
		
			
			 Expand HTTP Query definition... 
		
		
		
			
	
		
			raw_locale
			
				
			
			
				
					
						boolean
					
				
			
			If true, and this dashboard is localized, export it with the raw keys, not localized.
		 
	 
	
		
		 
		 
	
		
		 
		
	
 
Response 
	
		
			
				200: Dashboard 
				
				
				
		
		
	
	
	
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			content_favorite_id
			
				lock 
			
				
					
						string
					
				
			
			Content Favorite Id
		 
	 
	
		
			
	
		
			content_metadata_id
			
				lock 
			
				
					
						string
					
				
			
			Id of content metadata
		 
	 
	
		
			
	
		
			description
			
				
			
			
				
					
						string
					
				
			
			Description
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
			 Expand LookModel definition... 
		
		
		
			
	
	
		
			
	
		
			label
			
				lock 
			
				
					
						string
					
				
			
			Model Label
		 
	 
	
		
		 
		 
	
		
			
	
		
			query_timezone
			
				
			
			
				
					
						string
					
				
			
			Timezone in which the Dashboard will run by default.
		 
	 
	
		
			
	
		
			readonly
			
				lock 
			
				
					
						boolean
					
				
			
			Is Read-only
		 
	 
	
		
			
	
		
			refresh_interval
			
				
			
			
				
					
						string
					
				
			
			Refresh Interval, as a time duration phrase like "2 hours 30 minutes". A number with no time units will be interpreted as whole seconds.
		 
	 
	
		
			
	
		
			refresh_interval_to_i
			
				lock 
			
				
					
						integer
					
				
			
			Refresh Interval in milliseconds
		 
	 
	
		
			
	
	
		
			
			 Expand FolderBase definition... 
		
		
		
			
	
	
		
			
	
		
			parent_id
			
				
			
			
				
					
						string
					
				
			
			Id of Parent. If the parent id is null, this is a root-level entry
		 
	 
	
		
			
	
	
		
			
	
		
			content_metadata_id
			
				lock 
			
				
					
						string
					
				
			
			Id of content metadata
		 
	 
	
		
			
	
		
			created_at
			
				lock 
			
				
					
						string
					
				
			
			Time the folder was created
		 
	 
	
		
			
	
		
			creator_id
			
				lock 
			
				
					
						string
					
				
			
			User Id of Creator
		 
	 
	
		
			
	
		
			child_count
			
				lock 
			
				
					
						integer
					
				
			
			Children Count
		 
	 
	
		
			
	
		
			external_id
			
				lock 
			
				
					
						string
					
				
			
			Embedder's Id if this folder was autogenerated as an embedding shared folder via 'external_group_id' in an SSO embed login
		 
	 
	
		
			
	
		
			is_embed
			
				lock 
			
				
					
						boolean
					
				
			
			Folder is an embed folder
		 
	 
	
		
			
	
		
			is_embed_shared_root
			
				lock 
			
				
					
						boolean
					
				
			
			Folder is the root embed shared folder
		 
	 
	
		
			
	
		
			is_embed_users_root
			
				lock 
			
				
					
						boolean
					
				
			
			Folder is the root embed users folder
		 
	 
	
		
			
	
		
			is_personal
			
				lock 
			
				
					
						boolean
					
				
			
			Folder is a user's personal folder
		 
	 
	
		
			
	
		
			is_personal_descendant
			
				lock 
			
				
					
						boolean
					
				
			
			Folder is descendant of a user's personal folder
		 
	 
	
		
			
	
		
			is_shared_root
			
				lock 
			
				
					
						boolean
					
				
			
			Folder is the root shared folder
		 
	 
	
		
			
	
		
			is_users_root
			
				lock 
			
				
					
						boolean
					
				
			
			Folder is the root user folder
		 
	 
	
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
		 
		 
	
		
			
	
		
			title
			
				
			
			
				
					
						string
					
				
			
			Dashboard Title
		 
	 
	
		
			
	
		
			user_id
			
				lock 
			
				
					
						string
					
				
			
			Id of User
		 
	 
	
		
			
	
		
			slug
			
				
			
			
				
					
						string
					
				
			
			Content Metadata Slug
		 
	 
	
		
			
	
		
			preferred_viewer
			
				
			
			
				
					
						string
					
				
			
			The preferred route for viewing this dashboard (ie: dashboards or dashboards-next)
		 
	 
	
		
			
	
		
			alert_sync_with_dashboard_filter_enabled
			
				
			
			
				
					
						boolean
					
				
			
			Enables alerts to keep in sync with dashboard filter changes
		 
	 
	
		
			
	
		
			background_color
			
				
			
			
				
					
						string
					
				
			
			Background color
		 
	 
	
		
			
	
		
			created_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Dashboard was created.
		 
	 
	
		
			
	
		
			crossfilter_enabled
			
				
			
			
				
					
						boolean
					
				
			
			Enables crossfiltering in dashboards - only available in dashboards-next (beta)
		 
	 
	
		
			
	
	
		
			
			 Expand DashboardElement definition... 
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			body_text
			
				
			
			
				
					
						string
					
				
			
			Text tile body text
		 
	 
	
		
			
	
		
			body_text_as_html
			
				lock 
			
				
					
						string
					
				
			
			Text tile body text as Html
		 
	 
	
		
			
	
		
			dashboard_id
			
				
			
			
				
					
						string
					
				
			
			Id of Dashboard
		 
	 
	
		
			
	
		
			edit_uri
			
				lock 
			
				
					
						string
					
				
			
			Relative path of URI of LookML file to edit the dashboard element (LookML dashboard only).
		 
	 
	
		
			
	
	
		
			
	
	
		
			
			 Expand LookWithQuery definition... 
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			content_metadata_id
			
				lock 
			
				
					
						string
					
				
			
			Id of content metadata
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
		
			content_favorite_id
			
				lock 
			
				
					
						string
					
				
			
			Content Favorite Id
		 
	 
	
		
			
	
		
			created_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Look was created.
		 
	 
	
		
			
	
		
			deleted
			
				
			
			
				
					
						boolean
					
				
			
			Whether or not a look is 'soft' deleted.
		 
	 
	
		
			
	
		
			deleted_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Look was deleted.
		 
	 
	
		
			
	
		
			deleter_id
			
				lock 
			
				
					
						string
					
				
			
			Id of User that deleted the look.
		 
	 
	
		
			
	
		
			description
			
				
			
			
				
					
						string
					
				
			
			Description
		 
	 
	
		
			
	
		
			embed_url
			
				lock 
			
				
					
						string
					
				
			
			Embed Url
		 
	 
	
		
			
	
		
			excel_file_url
			
				lock 
			
				
					
						string
					
				
			
			Excel File Url
		 
	 
	
		
			
	
		
			favorite_count
			
				lock 
			
				
					
						integer
					
				
			
			Number of times favorited
		 
	 
	
		
			
	
		
			google_spreadsheet_formula
			
				lock 
			
				
					
						string
					
				
			
			Google Spreadsheet Formula
		 
	 
	
		
			
	
		
			image_embed_url
			
				lock 
			
				
					
						string
					
				
			
			Image Embed Url
		 
	 
	
		
			
	
		
			is_run_on_load
			
				
			
			
				
					
						boolean
					
				
			
			auto-run query when Look viewed
		 
	 
	
		
			
	
		
			last_accessed_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Look was last accessed by any user
		 
	 
	
		
			
	
		
			last_updater_id
			
				lock 
			
				
					
						string
					
				
			
			Id of User that last updated the look.
		 
	 
	
		
			
	
		
			last_viewed_at
			
				lock 
			
				
					
						string
					
				
			
			Time last viewed in the Looker web UI
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
		
			public_slug
			
				lock 
			
				
					
						string
					
				
			
			Public Slug
		 
	 
	
		
			
	
		
			public_url
			
				lock 
			
				
					
						string
					
				
			
			Public Url
		 
	 
	
		
			
	
	
		
			
	
		
			short_url
			
				lock 
			
				
					
						string
					
				
			
			Short Url
		 
	 
	
		
			
	
		
			folder
			
				lock 
			
			Folder of this Look
		 
	 
	
		
			
	
		
			folder_id
			
				
			
			
				
					
						string
					
				
			
			Folder Id
		 
	 
	
		
			
	
		
			updated_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Look was updated.
		 
	 
	
		
			
	
		
			user_name
			
				lock 
			
				
					
						string
					
				
			
			Name of User that created the look.
		 
	 
	
		
			
	
		
			view_count
			
				lock 
			
				
					
						integer
					
				
			
			Number of times viewed in the Looker web UI
		 
	 
	
		
			
	
	
		
			
	
	
		
		 
		 
	
		
			
	
		
			look_id
			
				
			
			
				
					
						string
					
				
			
			Id Of Look
		 
	 
	
		
			
	
		
			lookml_link_id
			
				lock 
			
				
					
						string
					
				
			
			LookML link ID
		 
	 
	
		
			
	
		
			merge_result_id
			
				
			
			
				
					
						string
					
				
			
			ID of merge result
		 
	 
	
		
			
	
		
			note_display
			
				
			
			
				
					
						string
					
				
			
			Note Display
		 
	 
	
		
			
	
		
			note_state
			
				
			
			
				
					
						string
					
				
			
			Note State
		 
	 
	
		
			
	
		
			note_text
			
				
			
			
				
					
						string
					
				
			
			Note Text
		 
	 
	
		
			
	
		
			note_text_as_html
			
				lock 
			
				
					
						string
					
				
			
			Note Text as Html
		 
	 
	
		
			
	
	
		
			
			 Expand Query definition... 
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
		
			filters
			
				
			
			
				
					
						object
					
				
			
			Filters will contain data pertaining to complex filters that do not contain "or" conditions. When "or" conditions are present, filter data will be found on the `filter_expression` property.
		 
	 
	
		
			
	
		
			filter_expression
			
				
			
			
				
					
						string
					
				
			
			Filter Expression
		 
	 
	
		
			
	
	
		
			
	
		
			limit
			
				
			
			
				
					
						string
					
				
			
			Row limit. To download unlimited results, set the limit to -1 (negative one).
		 
	 
	
		
			
	
		
			column_limit
			
				
			
			
				
					
						string
					
				
			
			Column Limit
		 
	 
	
		
			
	
	
		
			
	
		
			row_total
			
				
			
			
				
					
						string
					
				
			
			Raw Total
		 
	 
	
		
			
	
	
		
			
	
		
			vis_config
			
				
			
			
				
					
						object
					
				
			
			Visualization configuration properties. These properties are typically opaque and differ based on the type of visualization used. There is no specified set of allowed keys. The values can be any type supported by JSON. A "type" key with a string value is often present, and is used by Looker to determine which visualization to present. Visualizations ignore unknown vis_config properties.
		 
	 
	
		
			
	
		
			filter_config
			
				
			
			
				
					
						object
					
				
			
			The filter_config represents the state of the filter UI on the explore page for a given query. When running a query via the Looker UI, this parameter takes precedence over "filters". When creating a query or modifying an existing query, "filter_config" should be set to null. Setting it to any other value could cause unexpected filtering behavior. The format should be considered opaque.
		 
	 
	
		
			
	
		
			visible_ui_sections
			
				
			
			
				
					
						string
					
				
			
			Visible UI Sections
		 
	 
	
		
			
	
	
		
			
	
		
			dynamic_fields
			
				
			
			
				
					
						string
					
				
			
			Dynamic Fields
		 
	 
	
		
			
	
		
			client_id
			
				
			
			
				
					
						string
					
				
			
			Client Id: used to generate shortened explore URLs. If set by client, must be a unique 22 character alphanumeric string. Otherwise one will be generated.
		 
	 
	
		
			
	
		
			share_url
			
				lock 
			
				
					
						string
					
				
			
			Share Url
		 
	 
	
		
			
	
		
			expanded_share_url
			
				lock 
			
				
					
						string
					
				
			
			Expanded Share Url
		 
	 
	
		
			
	
		
			url
			
				lock 
			
				
					
						string
					
				
			
			Expanded Url
		 
	 
	
		
			
	
		
			query_timezone
			
				
			
			
				
					
						string
					
				
			
			Query Timezone
		 
	 
	
		
			
	
		
			has_table_calculations
			
				lock 
			
				
					
						boolean
					
				
			
			Has Table Calculations
		 
	 
	
		
		 
		 
	
		
			
	
		
			query_id
			
				
			
			
				
					
						string
					
				
			
			Id Of Query
		 
	 
	
		
			
	
		
			refresh_interval
			
				
			
			
				
					
						string
					
				
			
			Refresh Interval
		 
	 
	
		
			
	
		
			refresh_interval_to_i
			
				lock 
			
				
					
						integer
					
				
			
			Refresh Interval as integer
		 
	 
	
		
			
	
		
			result_maker
			
				
			
			
			Data about the result maker.
		 
	 
	
		
			
			 Expand ResultMakerWithIdVisConfigAndDynamicFields definition... 
		
		
		
			
	
		
			id
			
				lock 
			
				
					
						string
					
				
			
			Unique Id.
		 
	 
	
		
			
	
		
			dynamic_fields
			
				
			
			
				
					
						string
					
				
			
			JSON string of dynamic field information.
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
		
			merge_result_id
			
				
			
			
				
					
						string
					
				
			
			ID of merge result if this is a merge_result.
		 
	 
	
		
			
	
		
			total
			
				
			
			
				
					
						boolean
					
				
			
			Total of the constituent Look, Query, or Merge Query
		 
	 
	
		
			
	
		
			query_id
			
				lock 
			
				
					
						string
					
				
			
			ID of query if this is a query.
		 
	 
	
		
			
	
		
			sql_query_id
			
				
			
			
				
					
						string
					
				
			
			ID of SQL Query if this is a SQL Runner Query
		 
	 
	
		
			
	
	
		
			
	
		
			vis_config
			
				
			
			
				
					
						object
					
				
			
			Vis config of the constituent Query, or Merge Query.
		 
	 
	
		
		 
		 
	
		
			
	
		
			result_maker_id
			
				
			
			
				
					
						string
					
				
			
			ID of the ResultMakerLookup entry.
		 
	 
	
		
			
	
		
			subtitle_text
			
				
			
			
				
					
						string
					
				
			
			Text tile subtitle text
		 
	 
	
		
			
	
		
			title
			
				
			
			
				
					
						string
					
				
			
			Title of dashboard element
		 
	 
	
		
			
	
		
			title_hidden
			
				
			
			
				
					
						boolean
					
				
			
			Whether title is hidden
		 
	 
	
		
			
	
		
			title_text
			
				
			
			
				
					
						string
					
				
			
			Text tile title
		 
	 
	
		
			
	
	
		
			
	
		
			alert_count
			
				lock 
			
				
					
						integer
					
				
			
			Count of Alerts associated to a dashboard element
		 
	 
	
		
			
	
		
			rich_content_json
			
				
			
			
				
					
						string
					
				
			
			JSON with all the properties required for rich editor and buttons elements
		 
	 
	
		
			
	
		
			title_text_as_html
			
				lock 
			
				
					
						string
					
				
			
			Text tile title text as Html
		 
	 
	
		
			
	
		
			subtitle_text_as_html
			
				lock 
			
				
					
						string
					
				
			
			Text tile subtitle text as Html
		 
	 
	
		
			
	
		
			extension_id
			
				
			
			
				
					
						string
					
				
			
			Extension ID
		 
	 
	
		
			
	
		
			aria_description
			
				
			
			
				
					
						string
					
				
			
			Custom ARIA description text
		 
	 
	
		
		 
		 
	
		
			
	
	
		
			
			 Expand DashboardFilter definition... 
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
	
		
			
	
		
			dashboard_id
			
				lock 
			
				
					
						string
					
				
			
			Id of Dashboard
		 
	 
	
		
			
	
		
			name
			
				
			
			
				
					
						string
					
				
			
			Name of filter
		 
	 
	
		
			
	
		
			title
			
				
			
			
				
					
						string
					
				
			
			Title of filter
		 
	 
	
		
			
	
		
			type
			
				
			
			
				
					
						string
					
				
			
			Type of filter: one of date, number, string, or field
		 
	 
	
		
			
	
		
			default_value
			
				
			
			
				
					
						string
					
				
			
			Default value of filter
		 
	 
	
		
			
	
		
			model
			
				
			
			
				
					
						string
					
				
			
			Model of filter (required if type = field)
		 
	 
	
		
			
	
		
			explore
			
				
			
			
				
					
						string
					
				
			
			Explore of filter (required if type = field)
		 
	 
	
		
			
	
		
			dimension
			
				
			
			
				
					
						string
					
				
			
			Dimension of filter (required if type = field)
		 
	 
	
		
			
	
		
			field
			
				lock 
			
				
					
						object
					
				
			
			Field information
		 
	 
	
		
			
	
		
			row
			
				
			
			
				
					
						integer
					
				
			
			Display order of this filter relative to other filters
		 
	 
	
		
			
	
		
			listens_to_filters
			
				
			
			
				
					
						string[]
					
				
			
			
		 
	 
	
		
			
	
		
			allow_multiple_values
			
				
			
			
				
					
						boolean
					
				
			
			Whether the filter allows multiple filter values (deprecated in the latest version of dashboards)
		 
	 
	
		
			
	
		
			required
			
				
			
			
				
					
						boolean
					
				
			
			Whether the filter requires a value to run the dashboard
		 
	 
	
		
			
	
		
			ui_config
			
				
			
			
				
					
						object
					
				
			
			The visual configuration for this filter. Used to set up how the UI for this filter should appear.
		 
	 
	
		
		 
		 
	
		
			
	
	
		
			
			 Expand DashboardLayout definition... 
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
	
		
			
	
		
			dashboard_id
			
				
			
			
				
					
						string
					
				
			
			Id of Dashboard
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
		
			column_width
			
				
			
			
				
					
						integer
					
				
			
			Column Width
		 
	 
	
		
			
	
	
		
			
	
		
			deleted
			
				lock 
			
				
					
						boolean
					
				
			
			Whether or not the dashboard layout is deleted.
		 
	 
	
		
			
	
		
			dashboard_title
			
				lock 
			
				
					
						string
					
				
			
			Title extracted from the dashboard this layout represents.
		 
	 
	
		
			
	
		
			dashboard_layout_components
			
				
			
			
			
		 
	 
	
		
			
			 Expand DashboardLayoutComponent definition... 
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
	
		
			
	
		
			dashboard_layout_id
			
				
			
			
				
					
						string
					
				
			
			Id of Dashboard Layout
		 
	 
	
		
			
	
		
			dashboard_element_id
			
				
			
			
				
					
						string
					
				
			
			Id Of Dashboard Element
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
		
			deleted
			
				lock 
			
				
					
						boolean
					
				
			
			Whether or not the dashboard layout component is deleted
		 
	 
	
		
			
	
		
			element_title
			
				lock 
			
				
					
						string
					
				
			
			Dashboard element title, extracted from the Dashboard Element.
		 
	 
	
		
			
	
		
			element_title_hidden
			
				lock 
			
				
					
						boolean
					
				
			
			Whether or not the dashboard element title is displayed.
		 
	 
	
		
			
	
		
			vis_type
			
				lock 
			
				
					
						string
					
				
			
			Visualization type, extracted from a query's vis_config
		 
	 
	
		
		 
		 
	
		
			
	
	
		
			
	
		
			description
			
				
			
			
				
					
						string
					
				
			
			Description
		 
	 
	
		
			
	
	
		
		 
		 
	
		
			
	
		
			deleted
			
				
			
			
				
					
						boolean
					
				
			
			Whether or not a dashboard is 'soft' deleted.
		 
	 
	
		
			
	
		
			deleted_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Dashboard was 'soft' deleted.
		 
	 
	
		
			
	
		
			deleter_id
			
				lock 
			
				
					
						string
					
				
			
			Id of User that 'soft' deleted the dashboard.
		 
	 
	
		
			
	
		
			edit_uri
			
				lock 
			
				
					
						string
					
				
			
			Relative path of URI of LookML file to edit the dashboard (LookML dashboard only).
		 
	 
	
		
			
	
		
			enable_viz_full_screen
			
				
			
			
				
					
						boolean
					
				
			
			Allow visualizations to be viewed in full screen mode
		 
	 
	
		
			
	
		
			favorite_count
			
				lock 
			
				
					
						integer
					
				
			
			Number of times favorited
		 
	 
	
		
			
	
		
			filters_bar_collapsed
			
				
			
			
				
					
						boolean
					
				
			
			Sets the default state of the filters bar to collapsed or open
		 
	 
	
		
			
	
		
			filters_location_top
			
				
			
			
				
					
						boolean
					
				
			
			Sets the default state of the filters location to top(true) or right(false)
		 
	 
	
		
			
	
		
			last_accessed_at
			
				lock 
			
				
					
						string
					
				
			
			Time the dashboard was last accessed
		 
	 
	
		
			
	
		
			last_viewed_at
			
				lock 
			
				
					
						string
					
				
			
			Time last viewed in the Looker web UI
		 
	 
	
		
			
	
		
			updated_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Dashboard was most recently updated.
		 
	 
	
		
			
	
		
			last_updater_id
			
				lock 
			
				
					
						string
					
				
			
			Id of User that most recently updated the dashboard.
		 
	 
	
		
			
	
		
			last_updater_name
			
				lock 
			
				
					
						string
					
				
			
			Name of User that most recently updated the dashboard.
		 
	 
	
		
			
	
		
			user_name
			
				lock 
			
				
					
						string
					
				
			
			Name of User that created the dashboard.
		 
	 
	
		
			
	
		
			load_configuration
			
				
			
			
				
					
						string
					
				
			
			configuration option that governs how dashboard loading will happen.
		 
	 
	
		
			
	
		
			lookml_link_id
			
				
			
			
				
					
						string
					
				
			
			Links this dashboard to a particular LookML dashboard such that calling a **sync** operation on that LookML dashboard will update this dashboard to match.
		 
	 
	
		
			
	
		
			show_filters_bar
			
				
			
			
				
					
						boolean
					
				
			
			Show filters bar.  **Security Note:** This property only affects the *cosmetic* appearance of the dashboard, not a user's ability to access data. Hiding the filters bar does **NOT** prevent users from changing filters by other means. For information on how to set up secure data access control policies, see [Control User Access to Data](https://cloud.google.com/looker/docs/r/api/control-access)
		 
	 
	
		
			
	
		
			show_title
			
				
			
			
				
					
						boolean
					
				
			
			Show title
		 
	 
	
		
			
	
		
			folder_id
			
				
			
			
				
					
						string
					
				
			
			Id of folder
		 
	 
	
		
			
	
		
			text_tile_text_color
			
				
			
			
				
					
						string
					
				
			
			Color of text on text tiles
		 
	 
	
		
			
	
		
			tile_background_color
			
				
			
			
				
					
						string
					
				
			
			Tile background color
		 
	 
	
		
			
	
		
			tile_text_color
			
				
			
			
				
					
						string
					
				
			
			Tile text color
		 
	 
	
		
			
	
		
			title_color
			
				
			
			
				
					
						string
					
				
			
			Title color
		 
	 
	
		
			
	
		
			view_count
			
				lock 
			
				
					
						integer
					
				
			
			Number of times viewed in the Looker web UI
		 
	 
	
		
			
	
		
			appearance
			
				
			
			
			Dashboard visual settings only applicable to dashboards-next (beta)
		 
	 
	
		
			
			 Expand DashboardAppearance definition... 
		
		
		
			
	
		
			page_side_margins
			
				
			
			
				
					
						integer
					
				
			
			Page margin (side) width
		 
	 
	
		
			
	
		
			page_background_color
			
				
			
			
				
					
						string
					
				
			
			Background color for the dashboard
		 
	 
	
		
			
	
		
			tile_title_alignment
			
				
			
			
				
					
						string
					
				
			
			Title alignment on dashboard tiles
		 
	 
	
		
			
	
		
			tile_space_between
			
				
			
			
				
					
						integer
					
				
			
			Space between tiles
		 
	 
	
		
			
	
		
			tile_background_color
			
				
			
			
				
					
						string
					
				
			
			Background color for tiles
		 
	 
	
		
			
	
		
			tile_shadow
			
				
			
			
				
					
						boolean
					
				
			
			Tile shadow on/off
		 
	 
	
		
			
	
		
			key_color
			
				
			
			
				
					
						string
					
				
			
			Key color
		 
	 
	
		
		 
		 
	
		
			
	
		
			url
			
				lock 
			
				
					
						string
					
				
			
			Relative URL of the dashboard
		 
	 
	
		
		 
		
	
				
				 
			 
		
			
				201: dashboard 
				
				
				
		
		
	
	
	
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			content_favorite_id
			
				lock 
			
				
					
						string
					
				
			
			Content Favorite Id
		 
	 
	
		
			
	
		
			content_metadata_id
			
				lock 
			
				
					
						string
					
				
			
			Id of content metadata
		 
	 
	
		
			
	
		
			description
			
				
			
			
				
					
						string
					
				
			
			Description
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
			 Expand LookModel definition... 
		
		
		
			
	
	
		
			
	
		
			label
			
				lock 
			
				
					
						string
					
				
			
			Model Label
		 
	 
	
		
		 
		 
	
		
			
	
		
			query_timezone
			
				
			
			
				
					
						string
					
				
			
			Timezone in which the Dashboard will run by default.
		 
	 
	
		
			
	
		
			readonly
			
				lock 
			
				
					
						boolean
					
				
			
			Is Read-only
		 
	 
	
		
			
	
		
			refresh_interval
			
				
			
			
				
					
						string
					
				
			
			Refresh Interval, as a time duration phrase like "2 hours 30 minutes". A number with no time units will be interpreted as whole seconds.
		 
	 
	
		
			
	
		
			refresh_interval_to_i
			
				lock 
			
				
					
						integer
					
				
			
			Refresh Interval in milliseconds
		 
	 
	
		
			
	
	
		
			
			 Expand FolderBase definition... 
		
		
		
			
	
	
		
			
	
		
			parent_id
			
				
			
			
				
					
						string
					
				
			
			Id of Parent. If the parent id is null, this is a root-level entry
		 
	 
	
		
			
	
	
		
			
	
		
			content_metadata_id
			
				lock 
			
				
					
						string
					
				
			
			Id of content metadata
		 
	 
	
		
			
	
		
			created_at
			
				lock 
			
				
					
						string
					
				
			
			Time the folder was created
		 
	 
	
		
			
	
		
			creator_id
			
				lock 
			
				
					
						string
					
				
			
			User Id of Creator
		 
	 
	
		
			
	
		
			child_count
			
				lock 
			
				
					
						integer
					
				
			
			Children Count
		 
	 
	
		
			
	
		
			external_id
			
				lock 
			
				
					
						string
					
				
			
			Embedder's Id if this folder was autogenerated as an embedding shared folder via 'external_group_id' in an SSO embed login
		 
	 
	
		
			
	
		
			is_embed
			
				lock 
			
				
					
						boolean
					
				
			
			Folder is an embed folder
		 
	 
	
		
			
	
		
			is_embed_shared_root
			
				lock 
			
				
					
						boolean
					
				
			
			Folder is the root embed shared folder
		 
	 
	
		
			
	
		
			is_embed_users_root
			
				lock 
			
				
					
						boolean
					
				
			
			Folder is the root embed users folder
		 
	 
	
		
			
	
		
			is_personal
			
				lock 
			
				
					
						boolean
					
				
			
			Folder is a user's personal folder
		 
	 
	
		
			
	
		
			is_personal_descendant
			
				lock 
			
				
					
						boolean
					
				
			
			Folder is descendant of a user's personal folder
		 
	 
	
		
			
	
		
			is_shared_root
			
				lock 
			
				
					
						boolean
					
				
			
			Folder is the root shared folder
		 
	 
	
		
			
	
		
			is_users_root
			
				lock 
			
				
					
						boolean
					
				
			
			Folder is the root user folder
		 
	 
	
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
		 
		 
	
		
			
	
		
			title
			
				
			
			
				
					
						string
					
				
			
			Dashboard Title
		 
	 
	
		
			
	
		
			user_id
			
				lock 
			
				
					
						string
					
				
			
			Id of User
		 
	 
	
		
			
	
		
			slug
			
				
			
			
				
					
						string
					
				
			
			Content Metadata Slug
		 
	 
	
		
			
	
		
			preferred_viewer
			
				
			
			
				
					
						string
					
				
			
			The preferred route for viewing this dashboard (ie: dashboards or dashboards-next)
		 
	 
	
		
			
	
		
			alert_sync_with_dashboard_filter_enabled
			
				
			
			
				
					
						boolean
					
				
			
			Enables alerts to keep in sync with dashboard filter changes
		 
	 
	
		
			
	
		
			background_color
			
				
			
			
				
					
						string
					
				
			
			Background color
		 
	 
	
		
			
	
		
			created_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Dashboard was created.
		 
	 
	
		
			
	
		
			crossfilter_enabled
			
				
			
			
				
					
						boolean
					
				
			
			Enables crossfiltering in dashboards - only available in dashboards-next (beta)
		 
	 
	
		
			
	
	
		
			
			 Expand DashboardElement definition... 
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			body_text
			
				
			
			
				
					
						string
					
				
			
			Text tile body text
		 
	 
	
		
			
	
		
			body_text_as_html
			
				lock 
			
				
					
						string
					
				
			
			Text tile body text as Html
		 
	 
	
		
			
	
		
			dashboard_id
			
				
			
			
				
					
						string
					
				
			
			Id of Dashboard
		 
	 
	
		
			
	
		
			edit_uri
			
				lock 
			
				
					
						string
					
				
			
			Relative path of URI of LookML file to edit the dashboard element (LookML dashboard only).
		 
	 
	
		
			
	
	
		
			
	
	
		
			
			 Expand LookWithQuery definition... 
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			content_metadata_id
			
				lock 
			
				
					
						string
					
				
			
			Id of content metadata
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
		
			content_favorite_id
			
				lock 
			
				
					
						string
					
				
			
			Content Favorite Id
		 
	 
	
		
			
	
		
			created_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Look was created.
		 
	 
	
		
			
	
		
			deleted
			
				
			
			
				
					
						boolean
					
				
			
			Whether or not a look is 'soft' deleted.
		 
	 
	
		
			
	
		
			deleted_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Look was deleted.
		 
	 
	
		
			
	
		
			deleter_id
			
				lock 
			
				
					
						string
					
				
			
			Id of User that deleted the look.
		 
	 
	
		
			
	
		
			description
			
				
			
			
				
					
						string
					
				
			
			Description
		 
	 
	
		
			
	
		
			embed_url
			
				lock 
			
				
					
						string
					
				
			
			Embed Url
		 
	 
	
		
			
	
		
			excel_file_url
			
				lock 
			
				
					
						string
					
				
			
			Excel File Url
		 
	 
	
		
			
	
		
			favorite_count
			
				lock 
			
				
					
						integer
					
				
			
			Number of times favorited
		 
	 
	
		
			
	
		
			google_spreadsheet_formula
			
				lock 
			
				
					
						string
					
				
			
			Google Spreadsheet Formula
		 
	 
	
		
			
	
		
			image_embed_url
			
				lock 
			
				
					
						string
					
				
			
			Image Embed Url
		 
	 
	
		
			
	
		
			is_run_on_load
			
				
			
			
				
					
						boolean
					
				
			
			auto-run query when Look viewed
		 
	 
	
		
			
	
		
			last_accessed_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Look was last accessed by any user
		 
	 
	
		
			
	
		
			last_updater_id
			
				lock 
			
				
					
						string
					
				
			
			Id of User that last updated the look.
		 
	 
	
		
			
	
		
			last_viewed_at
			
				lock 
			
				
					
						string
					
				
			
			Time last viewed in the Looker web UI
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
		
			public_slug
			
				lock 
			
				
					
						string
					
				
			
			Public Slug
		 
	 
	
		
			
	
		
			public_url
			
				lock 
			
				
					
						string
					
				
			
			Public Url
		 
	 
	
		
			
	
	
		
			
	
		
			short_url
			
				lock 
			
				
					
						string
					
				
			
			Short Url
		 
	 
	
		
			
	
		
			folder
			
				lock 
			
			Folder of this Look
		 
	 
	
		
			
	
		
			folder_id
			
				
			
			
				
					
						string
					
				
			
			Folder Id
		 
	 
	
		
			
	
		
			updated_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Look was updated.
		 
	 
	
		
			
	
		
			user_name
			
				lock 
			
				
					
						string
					
				
			
			Name of User that created the look.
		 
	 
	
		
			
	
		
			view_count
			
				lock 
			
				
					
						integer
					
				
			
			Number of times viewed in the Looker web UI
		 
	 
	
		
			
	
	
		
			
	
	
		
		 
		 
	
		
			
	
		
			look_id
			
				
			
			
				
					
						string
					
				
			
			Id Of Look
		 
	 
	
		
			
	
		
			lookml_link_id
			
				lock 
			
				
					
						string
					
				
			
			LookML link ID
		 
	 
	
		
			
	
		
			merge_result_id
			
				
			
			
				
					
						string
					
				
			
			ID of merge result
		 
	 
	
		
			
	
		
			note_display
			
				
			
			
				
					
						string
					
				
			
			Note Display
		 
	 
	
		
			
	
		
			note_state
			
				
			
			
				
					
						string
					
				
			
			Note State
		 
	 
	
		
			
	
		
			note_text
			
				
			
			
				
					
						string
					
				
			
			Note Text
		 
	 
	
		
			
	
		
			note_text_as_html
			
				lock 
			
				
					
						string
					
				
			
			Note Text as Html
		 
	 
	
		
			
	
	
		
			
			 Expand Query definition... 
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
		
			filters
			
				
			
			
				
					
						object
					
				
			
			Filters will contain data pertaining to complex filters that do not contain "or" conditions. When "or" conditions are present, filter data will be found on the `filter_expression` property.
		 
	 
	
		
			
	
		
			filter_expression
			
				
			
			
				
					
						string
					
				
			
			Filter Expression
		 
	 
	
		
			
	
	
		
			
	
		
			limit
			
				
			
			
				
					
						string
					
				
			
			Row limit. To download unlimited results, set the limit to -1 (negative one).
		 
	 
	
		
			
	
		
			column_limit
			
				
			
			
				
					
						string
					
				
			
			Column Limit
		 
	 
	
		
			
	
	
		
			
	
		
			row_total
			
				
			
			
				
					
						string
					
				
			
			Raw Total
		 
	 
	
		
			
	
	
		
			
	
		
			vis_config
			
				
			
			
				
					
						object
					
				
			
			Visualization configuration properties. These properties are typically opaque and differ based on the type of visualization used. There is no specified set of allowed keys. The values can be any type supported by JSON. A "type" key with a string value is often present, and is used by Looker to determine which visualization to present. Visualizations ignore unknown vis_config properties.
		 
	 
	
		
			
	
		
			filter_config
			
				
			
			
				
					
						object
					
				
			
			The filter_config represents the state of the filter UI on the explore page for a given query. When running a query via the Looker UI, this parameter takes precedence over "filters". When creating a query or modifying an existing query, "filter_config" should be set to null. Setting it to any other value could cause unexpected filtering behavior. The format should be considered opaque.
		 
	 
	
		
			
	
		
			visible_ui_sections
			
				
			
			
				
					
						string
					
				
			
			Visible UI Sections
		 
	 
	
		
			
	
	
		
			
	
		
			dynamic_fields
			
				
			
			
				
					
						string
					
				
			
			Dynamic Fields
		 
	 
	
		
			
	
		
			client_id
			
				
			
			
				
					
						string
					
				
			
			Client Id: used to generate shortened explore URLs. If set by client, must be a unique 22 character alphanumeric string. Otherwise one will be generated.
		 
	 
	
		
			
	
		
			share_url
			
				lock 
			
				
					
						string
					
				
			
			Share Url
		 
	 
	
		
			
	
		
			expanded_share_url
			
				lock 
			
				
					
						string
					
				
			
			Expanded Share Url
		 
	 
	
		
			
	
		
			url
			
				lock 
			
				
					
						string
					
				
			
			Expanded Url
		 
	 
	
		
			
	
		
			query_timezone
			
				
			
			
				
					
						string
					
				
			
			Query Timezone
		 
	 
	
		
			
	
		
			has_table_calculations
			
				lock 
			
				
					
						boolean
					
				
			
			Has Table Calculations
		 
	 
	
		
		 
		 
	
		
			
	
		
			query_id
			
				
			
			
				
					
						string
					
				
			
			Id Of Query
		 
	 
	
		
			
	
		
			refresh_interval
			
				
			
			
				
					
						string
					
				
			
			Refresh Interval
		 
	 
	
		
			
	
		
			refresh_interval_to_i
			
				lock 
			
				
					
						integer
					
				
			
			Refresh Interval as integer
		 
	 
	
		
			
	
		
			result_maker
			
				
			
			
			Data about the result maker.
		 
	 
	
		
			
			 Expand ResultMakerWithIdVisConfigAndDynamicFields definition... 
		
		
		
			
	
		
			id
			
				lock 
			
				
					
						string
					
				
			
			Unique Id.
		 
	 
	
		
			
	
		
			dynamic_fields
			
				
			
			
				
					
						string
					
				
			
			JSON string of dynamic field information.
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
		
			merge_result_id
			
				
			
			
				
					
						string
					
				
			
			ID of merge result if this is a merge_result.
		 
	 
	
		
			
	
		
			total
			
				
			
			
				
					
						boolean
					
				
			
			Total of the constituent Look, Query, or Merge Query
		 
	 
	
		
			
	
		
			query_id
			
				lock 
			
				
					
						string
					
				
			
			ID of query if this is a query.
		 
	 
	
		
			
	
		
			sql_query_id
			
				
			
			
				
					
						string
					
				
			
			ID of SQL Query if this is a SQL Runner Query
		 
	 
	
		
			
	
	
		
			
	
		
			vis_config
			
				
			
			
				
					
						object
					
				
			
			Vis config of the constituent Query, or Merge Query.
		 
	 
	
		
		 
		 
	
		
			
	
		
			result_maker_id
			
				
			
			
				
					
						string
					
				
			
			ID of the ResultMakerLookup entry.
		 
	 
	
		
			
	
		
			subtitle_text
			
				
			
			
				
					
						string
					
				
			
			Text tile subtitle text
		 
	 
	
		
			
	
		
			title
			
				
			
			
				
					
						string
					
				
			
			Title of dashboard element
		 
	 
	
		
			
	
		
			title_hidden
			
				
			
			
				
					
						boolean
					
				
			
			Whether title is hidden
		 
	 
	
		
			
	
		
			title_text
			
				
			
			
				
					
						string
					
				
			
			Text tile title
		 
	 
	
		
			
	
	
		
			
	
		
			alert_count
			
				lock 
			
				
					
						integer
					
				
			
			Count of Alerts associated to a dashboard element
		 
	 
	
		
			
	
		
			rich_content_json
			
				
			
			
				
					
						string
					
				
			
			JSON with all the properties required for rich editor and buttons elements
		 
	 
	
		
			
	
		
			title_text_as_html
			
				lock 
			
				
					
						string
					
				
			
			Text tile title text as Html
		 
	 
	
		
			
	
		
			subtitle_text_as_html
			
				lock 
			
				
					
						string
					
				
			
			Text tile subtitle text as Html
		 
	 
	
		
			
	
		
			extension_id
			
				
			
			
				
					
						string
					
				
			
			Extension ID
		 
	 
	
		
			
	
		
			aria_description
			
				
			
			
				
					
						string
					
				
			
			Custom ARIA description text
		 
	 
	
		
		 
		 
	
		
			
	
	
		
			
			 Expand DashboardFilter definition... 
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
	
		
			
	
		
			dashboard_id
			
				lock 
			
				
					
						string
					
				
			
			Id of Dashboard
		 
	 
	
		
			
	
		
			name
			
				
			
			
				
					
						string
					
				
			
			Name of filter
		 
	 
	
		
			
	
		
			title
			
				
			
			
				
					
						string
					
				
			
			Title of filter
		 
	 
	
		
			
	
		
			type
			
				
			
			
				
					
						string
					
				
			
			Type of filter: one of date, number, string, or field
		 
	 
	
		
			
	
		
			default_value
			
				
			
			
				
					
						string
					
				
			
			Default value of filter
		 
	 
	
		
			
	
		
			model
			
				
			
			
				
					
						string
					
				
			
			Model of filter (required if type = field)
		 
	 
	
		
			
	
		
			explore
			
				
			
			
				
					
						string
					
				
			
			Explore of filter (required if type = field)
		 
	 
	
		
			
	
		
			dimension
			
				
			
			
				
					
						string
					
				
			
			Dimension of filter (required if type = field)
		 
	 
	
		
			
	
		
			field
			
				lock 
			
				
					
						object
					
				
			
			Field information
		 
	 
	
		
			
	
		
			row
			
				
			
			
				
					
						integer
					
				
			
			Display order of this filter relative to other filters
		 
	 
	
		
			
	
		
			listens_to_filters
			
				
			
			
				
					
						string[]
					
				
			
			
		 
	 
	
		
			
	
		
			allow_multiple_values
			
				
			
			
				
					
						boolean
					
				
			
			Whether the filter allows multiple filter values (deprecated in the latest version of dashboards)
		 
	 
	
		
			
	
		
			required
			
				
			
			
				
					
						boolean
					
				
			
			Whether the filter requires a value to run the dashboard
		 
	 
	
		
			
	
		
			ui_config
			
				
			
			
				
					
						object
					
				
			
			The visual configuration for this filter. Used to set up how the UI for this filter should appear.
		 
	 
	
		
		 
		 
	
		
			
	
	
		
			
			 Expand DashboardLayout definition... 
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
	
		
			
	
		
			dashboard_id
			
				
			
			
				
					
						string
					
				
			
			Id of Dashboard
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
		
			column_width
			
				
			
			
				
					
						integer
					
				
			
			Column Width
		 
	 
	
		
			
	
	
		
			
	
		
			deleted
			
				lock 
			
				
					
						boolean
					
				
			
			Whether or not the dashboard layout is deleted.
		 
	 
	
		
			
	
		
			dashboard_title
			
				lock 
			
				
					
						string
					
				
			
			Title extracted from the dashboard this layout represents.
		 
	 
	
		
			
	
		
			dashboard_layout_components
			
				
			
			
			
		 
	 
	
		
			
			 Expand DashboardLayoutComponent definition... 
		
		
		
			
	
		
			can
			
				lock 
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
	
		
			
	
		
			dashboard_layout_id
			
				
			
			
				
					
						string
					
				
			
			Id of Dashboard Layout
		 
	 
	
		
			
	
		
			dashboard_element_id
			
				
			
			
				
					
						string
					
				
			
			Id Of Dashboard Element
		 
	 
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
	
		
			
	
		
			deleted
			
				lock 
			
				
					
						boolean
					
				
			
			Whether or not the dashboard layout component is deleted
		 
	 
	
		
			
	
		
			element_title
			
				lock 
			
				
					
						string
					
				
			
			Dashboard element title, extracted from the Dashboard Element.
		 
	 
	
		
			
	
		
			element_title_hidden
			
				lock 
			
				
					
						boolean
					
				
			
			Whether or not the dashboard element title is displayed.
		 
	 
	
		
			
	
		
			vis_type
			
				lock 
			
				
					
						string
					
				
			
			Visualization type, extracted from a query's vis_config
		 
	 
	
		
		 
		 
	
		
			
	
	
		
			
	
		
			description
			
				
			
			
				
					
						string
					
				
			
			Description
		 
	 
	
		
			
	
	
		
		 
		 
	
		
			
	
		
			deleted
			
				
			
			
				
					
						boolean
					
				
			
			Whether or not a dashboard is 'soft' deleted.
		 
	 
	
		
			
	
		
			deleted_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Dashboard was 'soft' deleted.
		 
	 
	
		
			
	
		
			deleter_id
			
				lock 
			
				
					
						string
					
				
			
			Id of User that 'soft' deleted the dashboard.
		 
	 
	
		
			
	
		
			edit_uri
			
				lock 
			
				
					
						string
					
				
			
			Relative path of URI of LookML file to edit the dashboard (LookML dashboard only).
		 
	 
	
		
			
	
		
			enable_viz_full_screen
			
				
			
			
				
					
						boolean
					
				
			
			Allow visualizations to be viewed in full screen mode
		 
	 
	
		
			
	
		
			favorite_count
			
				lock 
			
				
					
						integer
					
				
			
			Number of times favorited
		 
	 
	
		
			
	
		
			filters_bar_collapsed
			
				
			
			
				
					
						boolean
					
				
			
			Sets the default state of the filters bar to collapsed or open
		 
	 
	
		
			
	
		
			filters_location_top
			
				
			
			
				
					
						boolean
					
				
			
			Sets the default state of the filters location to top(true) or right(false)
		 
	 
	
		
			
	
		
			last_accessed_at
			
				lock 
			
				
					
						string
					
				
			
			Time the dashboard was last accessed
		 
	 
	
		
			
	
		
			last_viewed_at
			
				lock 
			
				
					
						string
					
				
			
			Time last viewed in the Looker web UI
		 
	 
	
		
			
	
		
			updated_at
			
				lock 
			
				
					
						string
					
				
			
			Time that the Dashboard was most recently updated.
		 
	 
	
		
			
	
		
			last_updater_id
			
				lock 
			
				
					
						string
					
				
			
			Id of User that most recently updated the dashboard.
		 
	 
	
		
			
	
		
			last_updater_name
			
				lock 
			
				
					
						string
					
				
			
			Name of User that most recently updated the dashboard.
		 
	 
	
		
			
	
		
			user_name
			
				lock 
			
				
					
						string
					
				
			
			Name of User that created the dashboard.
		 
	 
	
		
			
	
		
			load_configuration
			
				
			
			
				
					
						string
					
				
			
			configuration option that governs how dashboard loading will happen.
		 
	 
	
		
			
	
		
			lookml_link_id
			
				
			
			
				
					
						string
					
				
			
			Links this dashboard to a particular LookML dashboard such that calling a **sync** operation on that LookML dashboard will update this dashboard to match.
		 
	 
	
		
			
	
		
			show_filters_bar
			
				
			
			
				
					
						boolean
					
				
			
			Show filters bar.  **Security Note:** This property only affects the *cosmetic* appearance of the dashboard, not a user's ability to access data. Hiding the filters bar does **NOT** prevent users from changing filters by other means. For information on how to set up secure data access control policies, see [Control User Access to Data](https://cloud.google.com/looker/docs/r/api/control-access)
		 
	 
	
		
			
	
		
			show_title
			
				
			
			
				
					
						boolean
					
				
			
			Show title
		 
	 
	
		
			
	
		
			folder_id
			
				
			
			
				
					
						string
					
				
			
			Id of folder
		 
	 
	
		
			
	
		
			text_tile_text_color
			
				
			
			
				
					
						string
					
				
			
			Color of text on text tiles
		 
	 
	
		
			
	
		
			tile_background_color
			
				
			
			
				
					
						string
					
				
			
			Tile background color
		 
	 
	
		
			
	
		
			tile_text_color
			
				
			
			
				
					
						string
					
				
			
			Tile text color
		 
	 
	
		
			
	
		
			title_color
			
				
			
			
				
					
						string
					
				
			
			Title color
		 
	 
	
		
			
	
		
			view_count
			
				lock 
			
				
					
						integer
					
				
			
			Number of times viewed in the Looker web UI
		 
	 
	
		
			
	
		
			appearance
			
				
			
			
			Dashboard visual settings only applicable to dashboards-next (beta)
		 
	 
	
		
			
			 Expand DashboardAppearance definition... 
		
		
		
			
	
		
			page_side_margins
			
				
			
			
				
					
						integer
					
				
			
			Page margin (side) width
		 
	 
	
		
			
	
		
			page_background_color
			
				
			
			
				
					
						string
					
				
			
			Background color for the dashboard
		 
	 
	
		
			
	
		
			tile_title_alignment
			
				
			
			
				
					
						string
					
				
			
			Title alignment on dashboard tiles
		 
	 
	
		
			
	
		
			tile_space_between
			
				
			
			
				
					
						integer
					
				
			
			Space between tiles
		 
	 
	
		
			
	
		
			tile_background_color
			
				
			
			
				
					
						string
					
				
			
			Background color for tiles
		 
	 
	
		
			
	
		
			tile_shadow
			
				
			
			
				
					
						boolean
					
				
			
			Tile shadow on/off
		 
	 
	
		
			
	
		
			key_color
			
				
			
			
				
					
						string
					
				
			
			Key color
		 
	 
	
		
		 
		 
	
		
			
	
		
			url
			
				lock 
			
				
					
						string
					
				
			
			Relative URL of the dashboard
		 
	 
	
		
		 
		
	
				
				 
			 
		
			
				400: Bad Request 
				
				
				
		
		
	
	
	
		
		
		
			
	
		
			message
			
				lock 
			
				
					
						string
					
				
			
			Error details
		 
	 
	
		
			
	
		
			documentation_url
			
				lock 
			
				
					
						string
					
				
			
			Documentation link
		 
	 
	
		
		 
		
	
				
				 
			 
		
			
				404: Not Found 
				
				
				
		
		
	
	
	
		
		
		
			
	
		
			message
			
				lock 
			
				
					
						string
					
				
			
			Error details
		 
	 
	
		
			
	
		
			documentation_url
			
				lock 
			
				
					
						string
					
				
			
			Documentation link
		 
	 
	
		
		 
		
	
				
				 
			 
		
			
				409: Resource Already Exists 
				
				
				
		
		
	
	
	
		
		
		
			
	
		
			message
			
				lock 
			
				
					
						string
					
				
			
			Error details
		 
	 
	
		
			
	
		
			documentation_url
			
				lock 
			
				
					
						string
					
				
			
			Documentation link
		 
	 
	
		
		 
		
	
				
				 
			 
		
			
				422: Validation Error 
				
				
				
		
		
	
	
	
		
		
		
			
	
		
			message
			
				lock 
			
				
					
						string
					
				
			
			Error details
		 
	 
	
		
			
	
	
		
			
			 Expand ValidationErrorDetail definition... 
		
		
		
			
	
		
			field
			
				lock 
			
				
					
						string
					
				
			
			Field with error
		 
	 
	
		
			
	
		
			code
			
				lock 
			
				
					
						string
					
				
			
			Error code
		 
	 
	
		
			
	
		
			message
			
				lock 
			
				
					
						string
					
				
			
			Error info message
		 
	 
	
		
			
	
		
			documentation_url
			
				lock 
			
				
					
						string
					
				
			
			Documentation link
		 
	 
	
		
		 
		 
	
		
			
	
		
			documentation_url
			
				lock 
			
				
					
						string
					
				
			
			Documentation link
		 
	 
	
		
		 
		
	
				
				 
			 
		
			
				429: Too Many Requests 
				
				
				
		
		
	
	
	
		
		
		
			
	
		
			message
			
				lock 
			
				
					
						string
					
				
			
			Error details
		 
	 
	
		
			
	
		
			documentation_url
			
				lock 
			
				
					
						string
					
				
			
			Documentation link
		 
	 
	
		
		 
		
	
				
				 
			 
		
	 
 
  
  
     
  
    
    
      
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-08 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-08 UTC."],[],[]]