dashboard_state and image_hash are intentionally left empty to reduce payload size(especially when returning a list of large amount of dashboards). You can grab the dashboard_id of the interesting dashboard from the list and make a call to get_dashboard() to get full details.
dashboard_state
andimage_hash
are intentionally left empty to reduce payload size(especially when returning a list of large amount of dashboards). You can grab the dashboard_id of the interesting dashboard from the list and make a call to get_dashboard() to get full details.The issue was raised originally in https://github.com/omnisci/pymapd/issues/290 where user had a use case to make backup of all currently available dashboards which will be stored in files and exported to external storage. Please refer to more discussion at https://github.com/omnisci/pymapd/issues/290.