v2
latestOpenAPI 3.1.02026-07-312954143.9 KBList Shift Factors For Location
Retrieve estimated shift factors for a pricing location.
Queries ClickHouse linear_estimated_shift_factors for the given location, returning one row per constraint_gs_entity_id. When multiple source rows share the same constraint, 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 constraint.
Path parameters
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