Load Report wih API REST

Miguel Ortiz Jiménez 20 Reputation points
2023-05-05T06:21:25.8466667+00:00

It is possible to download a report using REST API?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,700 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,798 questions
0 comments No comments
{count} votes

Accepted answer
  1. AniyaTang-MSFT 12,311 Reputation points Microsoft Vendor
    2023-05-05T06:56:43.58+00:00

    Hi @Miguel

    Based on my search, you can download the report in .rdl format using the API.

    I have tested and here is my example URL which successfully downloads the report in .rdl format.

    http://localhost/reports/api/v2.0/Reports(31E91AFB-A8A8-487D-83B8-42E17F0C5390)/Content/$value
    
    

    Best regards,

    Aniya


1 additional answer

Sort by: Most helpful