I am currently embedding QuickSight dashboards by generating an embedding URL with initial path to the specific dashboard. However, I need to be able to embed a view of the dashboard as well. For example, if the user chooses to share a particular view of the dashboard, he/she will be able to generate a URL which has the following format ~/dashboardId/views/viewId or bookmarkId. However, this is not an embedding URL and if the users are accessing QuickSight assets through embedding in a client, they do not possess QuickSight credentials to be able to open this URL.
Therefore, what I need is an embedding URL to be generated for a particular bookmark of a dashboard, so that when the user shares the dashboard view, the URL can be used to embed that particular view for the receiver.
Is this currently possible in QuickSight?!
Thanks.