GasRegisterForReadingType
Fields
The date from when the register is active.
The date until when the register is active.
The number of decimal places on the register.
The number of digits on the register.
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.
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
}