Knowledge Base Article

GET API "/Dashboards/Export" Passing Multiple DashboardIDs

Question: I am on Sisense api page and trying the "GET /dashboards/export" to get dashboards as .dash file
The input box "dashboardIds" indicates I can pass multiple dashboard ids as array string. What is the right syntax?
Solution: Try passing in the list as comma separated without any spaces, it should work. Ensure you are using the dashboard's "oid" property and not "_id" - I've attached a screenshot of a working example below. 
Updated 03-02-2023
No CommentsBe the first to comment