Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions misc/endpoints/Balancing/12.3.B&C Balancing energy bids.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
"value": "A01",
"description": "[O] A01 = Up; A02 = Down",
"disabled": true
},
{
"key": "curveType",
"value": "A03",
"description": "[O] A01 = Sequential fixed block; A03 = Variable sized blocks (default)",
"disabled": true
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
"key": "periodEnd",
"value": "202503020000",
"description": "[M] Pattern yyyyMMddHHmm e.g. 201601010000"
},
{
"key": "curveType",
"value": "A03",
"description": "[O] A01 = Sequential fixed block; A03 = Variable sized blocks (default)",
"disabled": true
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
"key": "periodEnd",
"value": "202301022300",
"description": "[M] Pattern yyyyMMddHHmm e.g. 201601010000"
},
{
"key": "curveType",
"value": "A03",
"description": "[O] A01 = Sequential fixed block; A03 = Variable sized blocks (default)",
"disabled": true
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
"value": "0",
"description": "[O] Integer: Zero‑based index of the first TimeSeries to return. The offset parameter paginates the response in batches of 100 TimeSeries (e.g., offset = n returns the TimeSeries in the range n+1 to n+100).",
"disabled": true
},
{
"key": "curveType",
"value": "A03",
"description": "[O] A01 = Sequential fixed block; A03 = Variable sized blocks (default)",
"disabled": true
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"value": "100",
"description": "[O] Integer: Zero‑based index of the first TimeSeries to return. The offset parameter paginates the response in batches of 100 TimeSeries (e.g., offset = n returns the TimeSeries in the range n+1 to n+100).",
"disabled": true
},
{
"key": "curveType",
"value": "A03",
"description": "[O] A01 = Sequential fixed block; A03 = Variable sized blocks (default)",
"disabled": true
}
]
}
6 changes: 6 additions & 0 deletions misc/endpoints/Market/11.1.B Flow Based Allocations.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
"key": "periodEnd",
"value": "201402040500",
"description": "[M] Pattern yyyyMMddHHmm e.g. 201601010000"
},
{
"key": "curveType",
"value": "A03",
"description": "[O] A01 = Sequential fixed block; A03 = Variable sized blocks (default)",
"disabled": true
}
]
}
6 changes: 6 additions & 0 deletions misc/endpoints/OMI/Other Market Information.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
"value": "NDE5ODBiYjFkM2ExMTljYTM5Mzk2ODcxNDFkZDE4MzU=",
"description": "[O] If mRID is included, individual versions of the particular event are queried using the rest of the parameters",
"disabled": true
},
{
"key": "curveType",
"value": "A03",
"description": "[O] A01 = Sequential fixed block; A03 = Variable sized blocks (default)",
"disabled": true
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
"value": "0",
"description": "[O] Integer: Zero‑based index of the first XML document to return. The offset parameter paginates the response in batches of 100 XML documents (e.g., offset = n returns the XMLs in the range n+1 to n+100).",
"disabled": true
},
{
"key": "curveType",
"value": "A03",
"description": "[O] A01 = Sequential fixed block; A03 = Variable sized blocks (default)",
"disabled": true
}
]
}
Loading
Loading