Returns a list of all dashboards accessible for the current user. PM
None.
None.
| 
							ID
							
								globally unique identifier
											ReadOnly
							
							 ID of the given dashboard.  | 
						
					
| 
							Site_ID
							
								globally unique identifier
											ReadOnly
							
							 ID of the site for the given dashboard.  | 
						
					
| 
							RowType
							
								integer
											ReadOnly
							
							 Rowy type (organization = 4, department = 56, individual = 39) for the type of given dashboard: .  | 
						
					
| 
							Name
							
								string
											ReadOnly
							
							 Name of the given dashboard.  | 
						
					
| 
							Importance
							
								integer
											ReadOnly
							
							 Importance level of the given dashboard.  | 
						
					
<Dashboards xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>74d6cfb7-ea65-4a16-96b8-bb0d35a0ac18</ID> <Importance>4</Importance> <Name>sample string 3</Name> <RowType>2</RowType> <Site_ID>dfd344ac-988b-43a8-9a9f-2bd4a11d9696</Site_ID> </Dashboards>
{
  "ID": "74d6cfb7-ea65-4a16-96b8-bb0d35a0ac18",
  "Site_ID": "dfd344ac-988b-43a8-9a9f-2bd4a11d9696",
  "RowType": 2,
  "Name": "sample string 3",
  "Importance": 4
}