Show Consumption Of All Circuit Phases
Retrieve and monitor latest consumption data of a circuit.
Navigate to the consumption screen in your custom application to make a GET request to the /resources/circuits/v1.0/{dlmCircuit}/consumption endpoint. This action prompts the Public API to retrieve the latest consumption data of that circuit.
The system is set up to simultaneously receive real time updates via webhooks. A Circuit Consumption Notification Callback is sent to the backend with up to date consumption data.
The Public API then responds with a 200 OK status, along with a JSON payload containing the detailed consumption info for each phase - e.g. phase, consumption, and lastUpdatedAt fields. With this comprehensive, real time data, your custom application displays current circuit consumption across all three phases in a detailed view to help monitoring and management.
Updated 12 months ago