Meter
GET
12 endpoints
/api/v202105/meter/{meterId}/udf/{udfId}/download
DownloadMeterCustomFieldFileV202105
Download file for a meter custom field
/api/v3/meter/{meterId}/usevsweather/calendarized
GetCalendarizedUseVsWeatherDataV3
Get calendarized Use vs Weather data
/api/v3/meter/{meterId}/ghg/factor
GetGHGMeterFactorsV3
Get the ghg meter factors
/api/v3/meter/{meterId}/bill
GetMeterBillsV3
Retrieves all bills for a particular meter
/api/v3/meter/{meterId}/group
GetMeterGroupsV3
Retrieves all Meter Groups for a particular meter
/api/v3/meter/{meterId}/rate
GetMeterRatesV3
Retrieves all rates for a particular meter
/api/v3/meter/udf
GetMetersUdfsV3
Retrieves all user defined fields / custom fields for all meters
/api/v3/meter
GetMetersV3
Retrieves all meters
/api/v3/meter/{meterId}/template
GetMeterTemplatesV3
Retrieves all templates for a particular meter
/api/v3/meter/{meterId}/udf
GetMeterUdfsV3
Retrieves all user defined fields / custom fields for a particular meter
/api/v3/meter/{meterId}
GetMeterV3
Retrieves one meter
/api/v202203/meter/unplacedMeters
GetUnplacedMetersV202203
Get all unplaced meters
POST
1 endpoint
PUT
10 endpoints
/api/v202510/meter/{meterId}/convertToEsaCalculatedMeter
ConvertToEsaCalculatedMeterV202510
Turn a Meter into an ESA Calculated Meter
This is only possible if the Meter has NO EsaChannels.
A Primary Value ESAChannel will be created, according to the EsaChannelCreateDTO.
It must be a Formula Channel. The formula is only permitted to reference other ESA Meters.
The referenced Meters' Primary Value Channels will be used in the formula calculation.
/api/v202307/meter/{meterId}/emissionSource
EditEmissionSourceLinkV202307
Edit emission source data on a meter
/api/v3/meter/{meterId}/group
EditMeterGroupMembershipV3
Edits a meter's group memberships.
Note that all groups a meter should belong to must be passed in. Passing in one group means that the meter will belong to one group only,
even if it previously belonged to several.
Only manual groups assignments can be changed; auto groups are unaffected.
/api/v3/meter/{meterId}/serialnumberversion
EditMeterSerialNumberVersionV3
/api/v3/meter/{meterId}/udf
EditMeterUDFsV3
Edits user defined field / custom field values for a particular meter
/api/v3/meter/{meterId}
Deprecated
EditMeterV3
Edits a meter
/api/v202307/meter/{meterId}
EditMeterWithUnitsV202307
Edits a meter - unlike the original v3 EditMeter API, the meter use unit will be removed if it is null
/api/v202302/meter/{meterId}/watticsDataPoint
EditWatticsDataPointLinkV202302
Edit SmartAnalytics (Wattics) data on a meter
/api/v3/parentPlace/{parentPlaceId}/meter
MoveMeterV3
Move list of meters to be under parentPlaceId
/api/v202211/meter/customAction
ProcessMeterCustomActionV202211
Fires a custom meter action. Custom meter actions are setup as webhooks
DELETE
1 endpoint