ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: How to migrate all the content of one dashboard to another already created dashboard? Attached example image of these 'orphaned widgets' from PATCH. How to migrate all the content of one dashboard to another already created dashboard? Hi, We are working on integrating Sisense within our service platform and trying to achieve the following workflow: We have two dashboards created, dashboard A and dashboard B, both pointing to the same data source (Elasticube) Through the Sisense REST API, is there a way to copy all content of dashboard A into dashboard B? This should include widgets, filters, and the exact layout performed by the user. When I have tried extracting dashboard A's .dash content and then executing the PATCH call to dashboard B with it, it seems to not pass all the information as expected and these empty elements show up where the widgets normally would be: Please advise, James Deleting dashboard via API is throwing 403 even when admin role Hi, I am an Admin role on Sisense and when using the v1 api route to delete a dashboard, when it exists I successfully get a 204 to indicate a deletion. However, if I reinitiate the request, I get 403 Forbidden when I am expecting 404 not found - is this a bug on Sisense end? James Documentation on POST /shares Hi, As part of our integrating with Sisense, we require to be able to share dashboards programatically with groups. When I invoke the share action through the Sisense UI, I can see it's making a POST to /shares. The documentation only has GET request docs for the /shares routes in V1. Can you provide some payload details so we can execute the POST to /shares?