Web Service Documentation / Categories / Meter Services / Get Meter Identifier List
Updated on December 10, 2018
This web service retrieves a list of all of the standard and unique identifiers that are currently approved for use by EPA. These identifiers are used to provide additional information on a meter.
23.0
GET
/meter/identifier/list
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
None
Request/Response | Schema Name |
---|---|
Request | None |
Response | additionalIdentifier.xsd |
The following example retrieves the list of standard and unique identifiers that are approved by EPA to use.
GET /meter/identifier/list
Following example lists the standard and unique identifiers that are approved by EPA to use.
<?xml version="1.0" encoding="UTF-8"?>
<additionalIdentifierTypes>
<additionalIdentifierType id="1" standardApproved="false" name="Custom ID 1" description="Custom ID 1"/>
<additionalIdentifierType id="2" standardApproved="false" name="Custom ID 2" description="Custom ID 2"/>
<additionalIdentifierType id="3" standardApproved="false" name="Custom ID 3" description="Custom ID 3"/>
</additionalIdentifierTypes>