POST /api/v3/meterGroup/{meterGroupId}/member/includeInCharts

Sets all group members' include-in-charts flag to true

IncludeAllMeterGroupMemberInChartsV3 Permissions: BuildingAndMeterGroups (Edit)
Use this endpoint to bulk-enable chart inclusion for all members in a group. If the group has limitMembersByTopmost, only members within the user’s topmost are updated.

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type, including the request body.

Path Parameters

Name Description Type Required
meterGroupId Unique numeric identifier of the meter group integer (int32) Required

Responses

200 OK The request succeeded and the response body contains the requested data.