Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SQL Server Reporting Services REST API provides programmatic access to the report server catalog. For example, basic CRUD operations can be done on folders, reports, KPIs, data sources, datasets, refresh plans, subscriptions, etc.
The REST API can also be used to provide more advanced functionality, such as:
- Navigate the folder hierarchy
- Discover the contents of a folder
- Download a report definition
- Modify default report parameters
- Change or execute a refresh plan
- A whole lot more
The REST API is a RESTful successor to the legacy SOAP API. Happy coding!
Tip
Links:
- API samples: https://github.com/Microsoft/Reporting-Services
- Team Blog: https://blogs.msdn.microsoft.com/sqlrsteamblog