API to export DNG module views to excel
Hello,
I wanted to export the view of a module via automation. I'm able to get the view details via the reportable API https://serverNAme:port/rm/publish/views?moduleURI=_YbK4wd6IEeaEaOW7hUvrNQ&viewURI=_iRsR8d6IEeaEaOW7hUvrNQ&projectURI=_uxdv8N3FEeaRC8I0G_Qhlg. But i'm not sure how do we export this data to excel. Any API for the same?
One answer
If you want to use the Reportable REST API and then export the data you get into CSV/Excel, you will have to write the code yourself. If the programming language/environment provides libraries for this, you can use them.