Web Service Documentation / Categories / Meter Services / Get Individual Meter of an Aggregated Meter

Get Individual Meter of an Aggregated Meter

Updated on March 11, 2021

Description

This web service retrieves information for an individual meter that is included in the total for the aggregate meter. The aggregate meter must already be shared with you.

Version

22.0

HTTP Method

GET

Resource URL

/meter/individual/(individualMeterId)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
individualMeterId Id to the individual meter that is part of an aggregation

XML Schemas

Request/Response Schema Name
Request None
Response individual.xsd

Example Request

The following example retrieves the information of a specific individual meter (with an id of 200) that is aggregated to a meter.

GET  /meter/individual/200

Example Response

The following example returns the information of a specific individual meter (with an id of 200) that is aggregated to a meter.

<?xml version="1.0" encoding="UTF-8"?>
<individualMeter>
     <id>200</id>
     <meterId>234243</meterId>
     <customId>AE878XS</customId>
     <customIdName>Electric Meter</customIdName>
     <serviceAddress>111 Main St., Arlington, VA 22202</serviceAddress>
     <inUse>true</inUse>
</individualMeter>
LIVE