v1
latestOpenAPI 3.1.02026-08-06118124285.7 KBForecast Data
Upload pre-aggregated data with maximum 366 rows
Operation used to upload data already grouped at input data resolution. The total amount of data rows must not exceed 366.
post/v2/forecasts/aggregated-data
Request body
Example request
{
"requests": [
{
"externalForecastVariableId": "var-1",
"externalUnitId": "unit-1",
"externalSectionId": "section-1",
"forecastDataPayload": [
{
"data": 100,
"timestamp": "2026-01-15T12:00:00Z"
}
]
}
]
}Response
Data successfully uploaded