Web Service Documentation / Categories / Meter Services / Get Meter Custom Field Values
Updated on July 17, 2013
This web service returns a list of custom fields and their values for a specific meter.
23.0
GET
/meter/(meterId)/customFieldList
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
meterId | Id to meter |
Request/Response | Schema Name |
---|---|
Request | None |
Response | customField.xsd |
The following example retrieves a list of custom fields and their values for a meter that has an id of 451.
GET /meter/451/customFieldList
The following example returns a list of meter-level identifiers and their values for a specific meter.
<?xml version="1.0" encoding="UTF-8"?>
<customFieldList>
<customField name="Meter Identification Number">MTR-E20</customField>
</customFieldList>