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 / Meter Services / Get Associated Property Use Meters
Updated on July 17, 2013
This web service returns a list of meters that are associated to a specific property use.
25.0
GET
/association/propertyUse/(propertyUseId)/meter
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
None
Request/Response | Schema Name |
---|---|
Request | None |
Response | association.xsd |
The following example retrieves the list of meters that are associated to a property use that has an id of 1001.
GET /association/propertyUse/1001/meter
The following example returns the list of meters that are associated to a property use that has an id of 1001.
<?xml version="1.0" encoding="UTF-8"?>
<meterPropertyUseAssociationList>
<meterId>11</meterId>
<meterId>21</meterId>
</meterPropertyUseAssociationList>