Version 4.0.25.18 (latest) 
	
Get information about all the dashboard elements on a dashboard with a specific id.
Request
	GET
	/dashboards/{dashboard_id}/dashboard_layouts
Datatype
				Description
			Request
			path
			 Expand HTTP Path definition... 
		
		dashboard_id
			Id of dashboard
		query
			 Expand HTTP Query definition... 
		
		fields
			Requested fields.
		Response
200: DashboardLayout
Datatype
				Description
			(array)
			can
			
				lock
			
			
			Operations the current user is able to perform on this object
		id
			
				lock
			
			
			Unique Id
		dashboard_id
			Id of Dashboard
		type
			Type
		active
			Is Active
		column_width
			Column Width
		width
			Width
		deleted
			
				lock
			
			
			Whether or not the dashboard layout is deleted.
		dashboard_title
			
				lock
			
			
			Title extracted from the dashboard this layout represents.
		dashboard_layout_components
			 Expand DashboardLayoutComponent definition... 
		
		can
			
				lock
			
			
			Operations the current user is able to perform on this object
		id
			
				lock
			
			
			Unique Id
		dashboard_layout_id
			Id of Dashboard Layout
		dashboard_element_id
			Id Of Dashboard Element
		row
			Row
		column
			Column
		width
			Width
		height
			Height
		deleted
			
				lock
			
			
			Whether or not the dashboard layout component is deleted
		element_title
			
				lock
			
			
			Dashboard element title, extracted from the Dashboard Element.
		element_title_hidden
			
				lock
			
			
			Whether or not the dashboard element title is displayed.
		vis_type
			
				lock
			
			
			Visualization type, extracted from a query's vis_config
		label
			Label
		description
			Description
		order
			Order
		400: Bad Request
Datatype
				Description
			(object)
			message
			
				lock
			
			
			Error details
		documentation_url
			
				lock
			
			
			Documentation link
		404: Not Found
Datatype
				Description
			(object)
			message
			
				lock
			
			
			Error details
		documentation_url
			
				lock
			
			
			Documentation link
		429: Too Many Requests
Datatype
				Description
			(object)
			message
			
				lock
			
			
			Error details
		documentation_url
			
				lock
			
			
			Documentation link