n3rgy · Example Payload

N3Rgy Retrieve Consented Mpxns Example

EnergyUnited KingdomUtilitiesSmart MeteringElectricityGasSmart Meter DataConsentMeteringEnergy Data

N3Rgy Retrieve Consented Mpxns Example is an example object payload from n3rgy, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resourceresponseTimestampstartAtmaxResultstotalentries

Example Payload

Raw ↑
{
  "resource": "/",
  "responseTimestamp": "2022-04-10T17:07:01.580Z",
  "startAt": 0,
  "maxResults": 100,
  "total": 13,
  "entries": [
    "1234567891026",
    "1234567891000",
    "1234567891016",
    "1234567891018",
    "1234567891022",
    "1234567891012",
    "1234567891024",
    "1234567891004",
    "1234567891034",
    "1234567891032",
    "1234567891008",
    "1234567891002",
    "1234567891010"
  ]
}