Skip to main content

Arguments

gridOperatorCode : String! required

Grid operator code.

month : Int! required

Month index, starting from 1. January = 1, ..., December = 12.

productCode : String! required

Product code.

Returns

[Decimal]!

The Decimal scalar type represents a python Decimal.

Allowed Viewers

Customer Partner User Third party

Required Permissions

(No)

Rate Limits

Key Steps
ip ['12/s']

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query TypicalConsumptionByHalfHourInterval( $gridOperatorCode: String!, $month: Int!, $productCode: String! ) { typicalConsumptionByHalfHourInterval( gridOperatorCode: $gridOperatorCode, month: $month, productCode: $productCode ) }

Variables

{ "gridOperatorCode": "air-why-reveal-perform-daughter", "month": 38, "productCode": "spring-increase-continue-parent-program" }

Response

{ "data": { "typicalConsumptionByHalfHourInterval": "1.0" } }