MeterGroup
GET
6 endpoints
/api/v3/meterGroup
GetAllMeterGroupsV3
Retrieves a list of meter groups, with optional filtering
/api/v3/meterGroup/category
GetMeterCategoriesV3
Retrieves all meter group categories
/api/v3/meterGroup/category/{categoryId}
GetMeterCategoryV3
Retrieves a single meter group category by its ID
/api/v3/meterGroup/{groupId}/member
GetMeterGroupMembersV3
Retrieves the members of a specific meter group
/api/v3/meterGroup/{meterGroupId}
GetMeterGroupV3
Retrieves a single meter group by its ID
/api/v3/meterGroup/filters
GetUserDefinedAutoMeterGroupFiltersV3
Retrieves available filters for creating user-defined auto meter groups
POST
5 endpoints
/api/v3/meterGroup/category
CreateMeterCategoryV3
Creates a new meter group category
/api/v3/meterGroup
CreateMeterGroupV3
Creates a new meter group within a category
/api/v3/meterGroup/{meterGroupId}/member/includeInCharts
IncludeAllMeterGroupMemberInChartsV3
Sets all group members' include-in-charts flag to true
/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 specific user-defined auto group
PUT
3 endpoints
/api/v3/meterGroup/category/{categoryId}
EditMeterCategoryV3
Updates a meter group category's code and info
/api/v3/meterGroup/{meterGroupId}
EditMeterGroupV3
Edits an existing meter group's properties
/api/v3/meterGroup/{meterGroupId}/member/{meterId}
UpdateMeterGroupMemberV3
Updates a group member's include-in-charts flag