Web Service Documentation / Categories / Reporting Services / Get Report Results
Updated on February 26, 2024
23.0
GET
/reports/(reportId)/download?type=(type)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
reportId | Id of the report |
type | The type of file to return as a stream. Valid values are:
|
Request/Response | Schema Name |
---|---|
Request | None |
Response | None |
The following example downloads the results for a report.
GET /reports/23554/download?type=EXCEL
An EXCEL file is streamed back.
<?xml version="1.0" encoding="UTF-8"?>
<null>
<!-- Not applicable -->
</null>