Measurements - reports


GET https://iszo.okte.sk/api/v1/measurements/reports

Parameters

:dateFrom
required
Date ISO 8601
Start date of the selected range
:dateTo
required
Date ISO 8601
End date of the selected range
:type
String / Integer
Type of report (All=0, MeasuredValues=1, RegulationElectricity=2, DailyAnalyticalAccounts=3, MonthlyAnalyticalAccounts=4)
:providerId
Integer
Id of the provider. See List of providers

Example

GET https://iszo.okte.sk/api/v1/measurements/reports?datefrom=2018-01-01&dateto=2018-06-30&providerId=1750605968&type=4{
  "totalCount": 12,
  "data": [
    {
      "time": "2018-07-10T22:00:00Z",
      "providerName": null,
      "description": "Monthly deadline on analytical accounts for 01/06/2018 - 30/06/2018",
      "version": null
    },
    {
      "time": "2018-07-06T12:36:50Z",
      "providerName": "VSD, a.s.",
      "description": "Monthly data for analytical accounts for 01/06/2018 - 30/06/2018",
      "version": 1
    },
    {
      "time": "2018-06-10T22:00:00Z",
      "providerName": null,
      "description": "Monthly deadline on analytical accounts for 01/05/2018 - 31/05/2018",
      "version": null
    },
    {
      "time": "2018-06-06T09:00:24Z",
      "providerName": "VSD, a.s.",
      "description": "Monthly data for analytical accounts for 01/05/2018 - 31/05/2018",
      "version": 1
    },
    {
      "time": "2018-05-10T22:00:00Z",
      "providerName": null,
      "description": "Monthly deadline on analytical accounts for 01/04/2018 - 30/04/2018",
      "version": null
    },
    {
      "time": "2018-05-04T12:15:49Z",
      "providerName": "VSD, a.s.",
      "description": "Monthly data for analytical accounts for 01/04/2018 - 30/04/2018",
      "version": 1
    },
    {
      "time": "2018-04-10T22:00:00Z",
      "providerName": null,
      "description": "Monthly deadline on analytical accounts for 01/03/2018 - 31/03/2018",
      "version": null
    },
    {
      "time": "2018-04-09T13:17:45Z",
      "providerName": "VSD, a.s.",
      "description": "Monthly data for analytical accounts for 01/03/2018 - 31/03/2018",
      "version": 1
    },
    {
      "time": "2018-03-10T23:00:00Z",
      "providerName": null,
      "description": "Monthly deadline on analytical accounts for 01/02/2018 - 28/02/2018",
      "version": null
    },
    {
      "time": "2018-03-05T10:29:27Z",
      "providerName": "VSD, a.s.",
      "description": "Monthly data for analytical accounts for 01/02/2018 - 28/02/2018",
      "version": 1
    },
    {
      "time": "2018-02-10T23:00:00Z",
      "providerName": null,
      "description": "Monthly deadline on analytical accounts for 01/01/2018 - 31/01/2018",
      "version": null
    },
    {
      "time": "2018-02-05T10:04:28Z",
      "providerName": "VSD, a.s.",
      "description": "Monthly data for analytical accounts for 01/01/2018 - 31/01/2018",
      "version": 1
    }
  ]
}

Response fields description

Field Description Format
time Sending time of the report Date Time 8601 UTC
providerName Name of the provider String
description Description of the report String
version Version of the report Integer