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 Meter Identifier Value
Updated on December 10, 2018
This web service retrieves the meter identifier value for a specific meter and meter identifier.
25.0
GET
/meter/(meterId)/identifier/(identifierId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
identifierId | Id of the meter identifier |
meterId | Id of the meter |
Request/Response | Schema Name |
---|---|
Request | None |
Response | additionalIdentifier.xsd |
The following example retrieves the value to the meter identifier that has an id of 98765 for the meter with an id of 32423.
GET /meter/32423/identifier/98765
The following example shows the value that is currently assigned to the specified meter identifier.
<?xml version="1.0" encoding="UTF-8"?>
<additionalIdentifier id="98765">
<additionalIdentifierType id="1" standardApproved="false" name="Custom ID 1" description="Custom ID 1"/>
<description>Location Code</description>
<value>2615</value>
</additionalIdentifier>