In order to show a hint in the Entity List that a report/dashboard was shared, we need endpoints which:
- take a list of Report or Dashboard IDs
- response with an object where each of the ids has a boolean value if it was shared
AT:
- I can request from Optimize, which reports have been shared, by providing a list of report ids
- I can request from Optimize, which dashboards have been shared by providing a list of dashboard ids
- As a response from both requests, I can see for each ID if it is shared or not
This is the controller panel for Smart Panels app
- is depended on by
-
OPT-1087 Show hint on dashboard/report list that dashboard/report is shared
- Done