Forecast Data
Get uploaded budget data for a forecast variable, up to 120 days
Getting the uploaded budget data for the given forecast variable. The range between these two dates can not exceed 120 days.
get/v2/forecasts/forecast-variables/{externalForecastVariableId}/budget-data
Path parameters
externalForecastVariableIdstring required
Query parameters
externalUnitIdstring required
externalSectionIdstring
startTimestring date-time required
endTimestring date-time required
Response
OK
Example response
[
{
"externalForecastVariableId": "var-1",
"externalUnitId": "unit-1",
"externalSectionId": "section-1",
"dataPayLoad": [
{
"data": 100,
"timestamp": "2026-01-15T12:00:00Z"
}
],
"dataPayload": [
{
"data": 100,
"timestamp": "2026-01-15T12:00:00Z"
}
]
}
]Changes
Changed in 1 of the 2 revisions of this API.1
- ○
the endpoint scheme security
OAuth2ClientCredentialswas added to the APIapi-security-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○