Skip to main content
API

Get a DLM specific data with its subsites, external meters and chargers

x-ms-visibility: "important"

Send a request to get DLM specific data by its identifier. Its subsites' data, external meters and and chargers are returned as well.

Path Parameters
    siteId int64 required

    Site id which DLM specific data is fetched

Responses

Return the JSON representation of the DLM specific data with all its subsites, external meters and chargers


Schema
    id int64
    groupName string
    maxCurrent int32
    parentMaxCurrent int32
    defaultOfflineCurrent int32
    netType string
    siteId int64 nullable
    subgroups undefined[]
    chargerIds string[]
    externalMeters object[]
  • Array [
  • id int64
    meterId string
    manufacturer string
    currentThreshold int32
    amountCurrentToReduce int32
    url string
  • ]
Loading...