During the current lapse in appropriations, EPA intends to keep the ENERGY STAR website, tools, and resources available, however they will not be updated regularly. Many services may not be available during this time.
Web Service Documentation / Categories / Reporting Services / Get Preview Data Response Results
Updated on October 10, 2023
25.0
GET
/reports/customers/(customerId)/dataResponses/(dataResponseId)/download?type=(type)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
customerId | Id of the customer |
dataResponseId | Id of the data response |
type | The type of file to return as a stream. Valid values are:
|
Request/Response | Schema Name |
---|---|
Request | None |
Response | None |
The following example retrieves the information in an Excel file for a specific data response that has an id of 9876 that belongs to a customer with an id of 675434.
GET /reports/customers/675434/dataResponse/9876/download?type=EXCEL
An EXCEL file is streamed back.
<?xml version="1.0" encoding="UTF-8"?>
<null>
<!-- Not applicable -->
</null>