v1

latestOpenAPI 3.1.02026-08-06118124285.7 KB
Forecast Data

Upload prediction data with maximum 366 rows at the variable resolution

Operation used to upload generated prediction data. Resolution of datapoints must match expected resolution of variable. The total amount of data rows must not exceed 366.

post/v2/forecasts/predicted-data

Request body

Example request

{
  "requests": [
    {
      "externalForecastVariableId": "var-1",
      "externalForecastConfigurationId": "config-1",
      "externalUnitId": "unit-1",
      "externalSectionId": "section-1",
      "runIdentifier": "run-1",
      "runTimestamp": "2026-01-15T12:00:00Z",
      "forecastDataPayload": [
        {
          "data": 100,
          "timestamp": "2026-01-15T12:00:00Z"
        }
      ]
    }
  ]
}

Response

Data successfully uploaded