Web Service Documentation / Categories / Reporting Services / Get Report Results

Get Report Results

Updated on February 12, 2023

Description

This web service retrieves the results of a report. It returns a file stream of either an Excel file or a XML file. The report must be owned by you.

Version

20.0

HTTP Method

GET

Resource URL

/reports/(reportId)/download?type=(type)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
reportId Id of the report
type The type of file to return as a stream. Valid values are:
  • EXCEL    (same as in the user interface)
  • XML

XML Schemas

Request/Response Schema Name
Request None
Response None

Example Request

The following example downloads the results for a report.

GET  /reports/23554/download?type=EXCEL

Example Response

An EXCEL file is streamed back.

<?xml version="1.0" encoding="UTF-8"?>
<null>
     <!-- Not applicable -->
</null>
TEST