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

Get Meter Identifier Value

Updated on December 10, 2018

Description

This web service retrieves the meter identifier value for a specific meter and meter identifier.

Version

22.0

HTTP Method

GET

Resource URL

/meter/(meterId)/identifier/(identifierId)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
identifierId Id of the meter identifier
meterId Id of the meter

XML Schemas

Request/Response Schema Name
Request None
Response additionalIdentifier.xsd

Example Request

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

Example Response

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