Web Service Documentation / Categories / Meter Services / Get Meter Identifier List

Get Meter Identifier List

Updated on December 10, 2018

Description

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.

Version

22.0

HTTP Method

GET

Resource URL

/meter/identifier/list

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

None

XML Schemas

Request/Response Schema Name
Request None
Response additionalIdentifier.xsd

Example Request

The following example retrieves the list of standard and unique identifiers that are approved by EPA to use.

GET  /meter/identifier/list

Example Response

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>
LIVE