Skip to main content

Fields

activeAgreement : Agreement
agreements : [Agreement!]! required
id : ID
marketIdentifier : String! required

The meter point's market identifier.

The history of metering data and changes.

Arguments
active : Boolean

Whether to fetch only the active metering history.

after : String
before : String
first : Int
last : Int

The history of network data and changes.

Arguments
active : Boolean

Whether to fetch only the active network history.

after : String
before : String
first : Int
last : Int
registers : [Register!]! required

The history of trader data and changes.

Arguments
active : Boolean

Whether to fetch only the active trader history.

after : String
before : String
first : Int
last : Int
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "activeAgreement": Agreement, "agreements": [Agreement], "id": "92518497", "marketIdentifier": "89615772", "meteringHistory": MeteringHistoryConnectionTypeConnection, "networkHistory": NetworkHistoryConnectionTypeConnection, "registers": [Register], "traderHistory": TraderHistoryConnectionTypeConnection }