Quicksight ASP.NET C# API

I have a few QuickSight API questions related to my ASP.NET C# project:

1.Bookmarks in EmbedUrl: Can I show bookmarks in the EmbedUrl via the API?

2. Generate PDFs Without Rendering: Is it possible to generate PDFs directly without rendering them on the screen using API?

3. Parameter Alternative to Bookmarks: If bookmarks aren’t available, is there a way to save and manage parameters or states through the API?

1 Like

Hi @yogesh - Welcome to AWS QuickSight community and thanks for posting the question. Can you please have a look on the below documentation - IAmazonQuickSight Interface | AWS SDK for .NET V3
I believe QuickSight API w.r.t .NET and C# is bit complex and request you to submit a ticket to AWS Customer support team to help you for your usecase and problem statement. To raise the request, please follow the below link
Creating support cases and case management - AWS Support

Regards - Sanjeeb

1 Like

Hello @yogesh, I found a specific article related to Bookmarks with embedded dashboards and state persistence. This is the link the to article and here is another link for documentation about utilizing the bookmarks in the generateEmbedUrlForRegisteredUser.

As for the PDF generating, it has become available but it does require the Paginated Reporting add-on. Here is the article that mentions the release of the functionality, and documentation that describes how the function works through the Snapshot API.