Get the tree of all DLM groups with their 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 all the DLM groups. Their subgroups, external meters and and chargers are returned as well.
Responses
- 200
- 400
- 401
Return the JSON representation of the DLM groups 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","subgroups":"here list of subgroups","chargers":"here list of chargers","externalMeters":"here list of meters"},{"id":2,"groupName":"DlmGroupTest_num2","maxCurrent":90,"parentMaxCurrent":100,"defaultOfflineCurrent":10,"netType":"TN","subgroups":"here list of subgroups","chargers":"here list of chargers","externalMeters":"here list of meters"}]
Exception occured
text/plain
Schema
Schema
string
User not found or not authorised
Loading...