Web Service Documentation /
Categories /
Meter Services /
Get Meter Custom Field Values
Get Meter Custom Field Values
Updated on
July 17, 2013
Description
This web service returns a list of custom fields and their values for a specific meter.
Version
25.0
HTTP Method
GET
Resource URL
/meter/(meterId)/customFieldList
Header
| Field Name |
Value |
Comments |
| Authorization |
Basic credentials |
|
Authorization Required
Yes
Parameters
| Parameter Name |
Description |
| meterId |
Id to meter |
Example Request
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
Example Response
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>