Skip to main content

Fields

activeFrom : Date

The date from when the register is active.

activeTo : Date

The date until when the register is active.

decimalPlaces : Int

The number of decimal places on the register.

digits : Int

The number of digits on the register.

obisCode : String

The OBIS code of the register.

The readings for a given register, in reverse order (latest first).

This field is a connection type. Connections are used to implement cursor based pagination.

This field requires the Authorization header to be set.

Arguments
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

{ "activeFrom": "2000-11-09", "activeTo": "2002-10-30", "decimalPlaces": 77, "digits": 12, "obisCode": "each-after-during-authority-necessary", "readings": RegisterReadingConnectionTypeConnection }