getSpringElectricityComparison
Get spring clock change electricity consumption comparison data for a specific account and property.
Deprecation
The 'getSpringElectricityComparison' field is deprecated.This feature is no longer supported.
- Marked as deprecated on 2026-06-05.
- Scheduled for removal on or after 2026-07-01.
Arguments
Returns
SpringElectricityComparisonTypePossible Errors
Allowed Viewers
Query Complexity
6Examples
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 GetSpringElectricityComparison(
$accountNumber: String!,
$propertyId: Int!
) {
getSpringElectricityComparison(
accountNumber: $accountNumber,
propertyId: $propertyId
) {
absoluteReductionPercentage
isReduction
postPeakPercentage
priorPeakPercentage
relativeReductionPercentage
}
}
Variables
{
"accountNumber": "A-478D43B8",
"propertyId": 90196914
}
Response
{
"data": {
"getSpringElectricityComparison": {
"absoluteReductionPercentage": 23.96,
"isReduction": true,
"postPeakPercentage": 221.87,
"priorPeakPercentage": 35.63,
"relativeReductionPercentage": 720.67
}
}
}