MACO APP DOCS
  1. Read BO4E (Backend)
MACO APP DOCS
  • Kundendokumentation
    • Oracle
      • API Docs
        • Overview
        • Error codes
        • Changelog Interfaces
        • Business Objects
        • Integration Layer
        • Trigger Events (MACO APP)
          • Role Supplier (LF)
            • Start of delivery
        • Read BO4E (Backend)
          • Get Communication Data
            GET
          • Get Meter
            GET
          • Get Tranche
            GET
          • Get Technical Resource
            GET
          • Get Controllable Resource
            GET
          • Get Grid Usage Contract
            GET
          • Get Grid Location
            GET
          • Get Metering Point Operation Contract
            GET
          • Get Meter Location
            GET
          • Get Market Location
            GET
          • Get Location Bundle
            GET
          • Get Meter Readings
            GET
          • Get The Load Profile
            GET
          • Get Energy Amount
            GET
          • Get Energy Supply Contract
            GET
          • Get Balance Sheet
            GET
          • Get CalculationFormula
            GET
          • Get Avis
            GET
        • Read Process Data (Backend)
          • Get Allocation Authorization
        • Write Process Data LF (Backend)
          • Create Process Data
          • Update Process Data
      • Process Docs
        • Supplier
          • Start of delivery (Role supplier new)
            • Process overview
  1. Read BO4E (Backend)

Get The Load Profile

Developing
GET
/getEnergyAmountLoadCurveOracle
Reading the load profile of a location (parameter1) with locationType (parameter2) for the start and end time (parameter3/parameter4) and optionally by an OBIS code (parameter5).

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/getEnergyAmountLoadCurveOracle?parameter1&parameter2&parameter3&parameter4&parameter5&parameter6&parameter7&command=LESEN_ENERGIEMENGE_LASTGANG' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Erfolgreiches Lesen des Lastgangs | Successful reading of the load profile
Body

Example
{
    "$ref": "https://raw.githubusercontent.com/conuti-gmbh/bo4e-schema/master/docs/examples/bo/Energiemenge.json"
}
🟠400Bad Request
Modified at 2025-10-21 09:13:15
Previous
Get Meter Readings
Next
Get Energy Amount
Built with