There has been a lapse in Environmental Protection Agency appropriations. EPA intends to keep the ENERGY STAR website, tools, and resources available, however they will not be updated regularly. If you submit a question, application, or request to EPA, it may not be processed during this period.
Web Service Documentation / Categories / Reporting Services / Get Report Results
Updated on February 26, 2024
25.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>
