Flexibility Pools
Get bids for pool
Get the bids associated with this pool
GET
/
entities
/
pool
/
{pool_id}
/
bids
/
actual
Authorization
Path
curl --request GET \
--url http://localhost:8001/entities/pool/{pool_id}/bids/actual
[
{
"from_level_mw": 123,
"from_time": "2023-11-07T05:31:56Z",
"id": "<string>",
"price_eur": 123,
"submitted": true,
"to_level_mw": 123,
"to_time": "2023-11-07T05:31:56Z"
}
]
Path Parameters
pool_id
string
requiredResponse
200 - application/json
from_level_mw
number
requiredfrom_time
string
requiredStart time of bid/offer (UTC)
id
string
requiredprice_eur
number
requiredsubmitted
boolean
default: falseto_level_mw
number
requiredto_time
string
requiredEnd time of bid/offer (UTC)
curl --request GET \
--url http://localhost:8001/entities/pool/{pool_id}/bids/actual
[
{
"from_level_mw": 123,
"from_time": "2023-11-07T05:31:56Z",
"id": "<string>",
"price_eur": 123,
"submitted": true,
"to_level_mw": 123,
"to_time": "2023-11-07T05:31:56Z"
}
]