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 / Meter Services / Get Individual Meter of an Aggregated Meter
Updated on 2021年3月11日
This web service retrieves information for an individual meter that is included in the total for the aggregate meter. The aggregate meter must already be shared with you.
25.0
GET
/meter/individual/(individualMeterId)
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials |
Yes
| Parameter Name | Description |
|---|---|
| individualMeterId | Id to the individual meter that is part of an aggregation |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | individual.xsd |
The following example retrieves the information of a specific individual meter (with an id of 200) that is aggregated to a meter.
GET /meter/individual/200
The following example returns the information of a specific individual meter (with an id of 200) that is aggregated to a meter.
<?xml version="1.0" encoding="UTF-8"?>
<individualMeter>
<id>200</id>
<meterId>234243</meterId>
<customId>AE878XS</customId>
<customIdName>Electric Meter</customIdName>
<serviceAddress>111 Main St., Arlington, VA 22202</serviceAddress>
<inUse>true</inUse>
</individualMeter>
