Retrieve a dashboard by ID
Associates request with company
Returns a url in the third party system for editing the dashboard.
Returns: str url in the external system where one can edit the dashboard.
Returns an up to date representation of the dashboard provided by the external system.
Returns: A dictionary representation of the dashboard in the external system or None if this dashboard is not a metabase dashboard.
Raises: MBNotFoundError: raised if the dashboard is not found in the external system.