I regularly export the elements out of our DMS from with the Cube GUI which I use this data for a variety of other purposes, some automated, outside of dataminer.
https://docs.dataminer.services/user-guide/Basic_Functionality/Elements/Working_with_elements/Importing_and_exporting_elements.html#exporting-elements-to-a-csv-file
I'm trying to figure out how to automate the export to CSV of elements in our DMS where no user interaction is required.
Any wizardry ideas of a good way to achieve this?
My initial thoughts was Microsoft Power Automate to replicate the GUI steps, but would be awesome if it could be done without a GUl.
I would recommend looking into User-Defined APIs | DataMiner Docs
You could create an API call that returns all elements in DM. The tutorials might be a good way to get you started as it is very similar to what you want to do. Creating an API to retrieve elements in alarm | DataMiner Docs