Version 4.0.25.18 (latest) 
	
Get lookml of a UDD
Returns a JSON object that contains the dashboard id and the full lookml
Request
	GET
	/dashboards/lookml/{dashboard_id}
Datatype
				Description
			Request
			path
			 Expand HTTP Path definition... 
		
		dashboard_id
			Id of dashboard
		Response
200: json of dashboard
Datatype
				Description
			(object)
			dashboard_id
			
				lock
			
			
			Id of Dashboard
		folder_id
			(Write-Only) Id of the folder
		lookml
			lookml of UDD
		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