MeterGroup
GET
6 endpoints
/api/v3/meterGroup
GetAllMeterGroupsV3
Gets a list of meter groups
/api/v3/meterGroup/category
GetMeterCategoriesV3
Gets a list of meter categories
/api/v3/meterGroup/category/{categoryId}
GetMeterCategoryV3
Retrieve a meter group category
/api/v3/meterGroup/{groupId}/member
GetMeterGroupMembersV3
Gets a list of meter group members
/api/v3/meterGroup/{meterGroupId}
GetMeterGroupV3
Gets a meter group
/api/v3/meterGroup/filters
GetUserDefinedAutoMeterGroupFiltersV3
Gets a list of filters that can be used to create Meter Groups
POST
5 endpoints
/api/v3/meterGroup/category
CreateMeterCategoryV3
Create a meter group category
/api/v3/meterGroup
CreateMeterGroupV3
Create a meter group
/api/v3/meterGroup/{meterGroupId}/member/includeInCharts
IncludeAllMeterGroupMemberInChartsV3
Include all group members in charts
/api/v3/meterGroup/updateUserAutoGroups
RecalculateAllUserMeterAutoGroupsMembershipV3
Refreshes group membership for all user defined auto groups
/api/v3/meterGroup/{meterGroupId}/updateUserAutoGroup
RecalculateUserMeterAutoGroupMemebershipV3
Refreshes group membership for a user defined auto group
PUT
3 endpoints