v2
latestOpenAPI 3.1.02026-07-312954143.9 KBList Shift Factors
Retrieve estimated shift factors for a constraint.
Queries ClickHouse linear_estimated_shift_factors for the given constraint, returning one row per location_gs_entity_id. When multiple source rows share the same location, estimated_shift_factor is aggregated per aggregation_function (mean, max, min, or median). Optional contingency_id restricts rows to a single contingency. Optional dataset_id filters on source_dataset. When exclude_zeros is true, source rows with estimated_shift_factor equal to zero are dropped before aggregating per location.
Path parameters
GS entity ID of the constraint to get shift factors for
GS entity ID of the constraint to get shift factors for
Query parameters
API key for authentication (query)
API key for authentication (query)
When set, only include rows with this contingency_gs_entity_id
When set, only include rows with this contingency_gs_entity_id
When set, only include rows with this source_dataset
When set, only include rows with this source_dataset
When true, exclude rows where estimated_shift_factor is zero before aggregating each group
When true, exclude rows where estimated_shift_factor is zero before aggregating each group
Function used to combine source rows in each group: mean, max, min, or median
Function used to combine source rows in each group: mean, max, min, or median
Headers
API key for authentication (header)
API key for authentication (header)
Response
Successful Response