HomeGuidesAPI ReferenceChangelog
Terms of Use
Terms of Use

Read Circuit

User Views Detailed Configuration of a Selected Circuit

To see the details for one specific circuit the user starts from the Custom App and selects a single circuit, prompting the Custom App to send a request to the Custom Backend, which sends a GET request to the Public API at the /resources/circuits/v1.0/{dlmCircuit} endpoint with the circuit's specific identification number.

Then the API responds with detailed data of the circuit including unique identifiers, circuit name, configuration specifics - number of phases, maximum current values, list of charge points associated with circuit, each with their respective details (e.g. ID, max current, phases, input voltage, and phase rotation).

After receiving the data from the Public API, the Backend forwards this info to the Custom App, where it is displayed to the user to view configuration and status of the circuit.