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 / Generate Report
Updated on February 12, 2023
25.0
POST
/reports/(reportId)/generate
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials |
Yes
| Parameter Name | Description |
|---|---|
| reportId | Id of the report |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | response.xsd |
The following example generates a report.
POST /reports/981232/generate
The following example shows the results when you call this web service.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok">
<links>
<link id="981232" httpMethod="GET" link="/reports/981232/status" linkDescription="This is the GET url for this Report Status." hint="My Energy Report 2022"/>
</links>
</response>
