octoHeatPumpControllerEuids
Heat pump controller EUIDs associated with an account.
Deprecation
The 'controllerEuids' field is deprecated.This query has been migrated to Octopus Energy backend. Please see https://api.backend.octopus.energy/v1/graphql.
- Marked as deprecated on 2026-03-18.
- Scheduled for removal on or after 2026-04-30.
Arguments
Returns
[String]The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
Possible Errors
Allowed Viewers
Query Complexity
1Examples
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 OctoHeatPumpControllerEuids($accountNumber: String) {
octoHeatPumpControllerEuids(accountNumber: $accountNumber)
}
Variables
{
"accountNumber": "A-AC18987D"
}
Response
{
"data": {
"octoHeatPumpControllerEuids": "recognize-prove-compare-home-top"
}
}