TomerA
12-16-2021Cloud Apps
Exporting CSV using REST API
Hi, Is there a way to export a table widget data using REST API? I haven't seen this option on the API documentation.
- 12-16-2021
Hi, here (https://support.sisense.com/kb/en/article/python-script-to-export-dashboards-to-csv-file) is a python script that leverages Sisense's REST API to export a dashboard as a CSV. The script actually exports each individual widget as a csv file. This should get you in the right direction!