Hi, I'm trying to get dashboard to safety using Kibana 7.1 dashboard export API (would also like to import), but seems that I can only get the dashboards from the default space. I can't find any parameter from the documentation that would allow me to set the space where the dashboards are being exported from.
Tried also to do the curl with user that has no privileges to default space with no luck.
I know the Rest API is still experimental so is it so that this is not currently possible?
What I want to achieve is to get at least my visualizations exported to git repo and to be able to restore from there (even to another kibana). Is there some better way to do this than REST Api (I prefer not click export/import for every single space).