Get a single DLM group with its subgroups, external meters and chargers
x-ms-visibility: "important"
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Sends a request to get a single DLM group by its group id. Its subgroups, external meters and and chargers are returned as well.
Path Parameters
dlmGroupid int64 required
This is the globally unique ID for the group
Responses
- 200
- 400
- 401
- 404
Return the JSON representation of the DLM group with all its subgroups, external meters and chargers
application/json
Schema
Example (from schema)
example
Schema
object
{}
{"id":1,"groupName":"DlmGroupTest","maxCurrent":100,"parentMaxCurrent":150,"defaultOfflineCurrent":6,"netType":"IT","siteId":3,"subgroups":"here list of subgroups","chargers":"here list of chargers","externalMeters":"here list of meters"}
Errors in the route parameters
text/plain
Schema
Schema
string
User not found or not authorised
DLM Group not found in the list of authorised groups of the customer
Loading...