Portfolio
Get forecast demand for portfolio
Get the forecast demand for this portfolio, including the maximum and minimum demand for each time period, based upon known constraints such as existing schedules.
GET
/
entities
/
portfolio
/
{geography_id}
/
demand
Path Parameters
geography_id
enum<string>
requiredAn enumeration.
Available options:
DE
, UK
, NL
, FR
, SE
, DK
, IE
, NO
, IT
, FI
, BE
, ES
, AT
, BG
, HU
, HR
, CZ
, EE
, GR
, LV
, PT
, PL
Query Parameters
start_time
any
end_time
any
Response
200 - application/json
timestamps
string[]
requiredTimestamps for which demand is forecast (UTC)
median_demand
number[]
requiredmax_demand
number[]
requiredmin_demand
number[]
required