efls
Get all active Electricity Facts Label (EFLs).
By default, the query will return active EFLs for all service providers in both English (EN) and Spanish (ES) versions.
Query can be filtered by the given service provider, product id, and language.
Arguments
Retrieve EFLs for the given language.
Retrieve EFLs applicable in the given load zone.
Retrieve EFLs for the given product id.
Retrieve EFLs for the given service provider.
Returns
[EflType]Possible Errors
Allowed Viewers
Required Permissions
(No)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 Efls(
$language: EFLLanguage,
$loadZone: LoadZone,
$productId: ID,
$serviceProvider: ServiceProvider
) {
efls(
language: $language,
loadZone: $loadZone,
productId: $productId,
serviceProvider: $serviceProvider
) {
id
language
loadZone
productCode
productDisplayName
serviceProvider
url
version
}
}
Variables
{
"language": "EN",
"loadZone": "LZ_HOUSTON",
"productId": "38767928",
"serviceProvider": "AEP_TCC"
}
Response
{
"data": {
"efls": [
{
"id": "62873817",
"language": "statement-much-under-traditional-behind",
"loadZone": "LZ_HOUSTON",
"productCode": "question-amount-institution-kid-whatever",
"productDisplayName": "other-couple-meeting-miss-culture",
"serviceProvider": "AEP_TCC",
"url": "growth-there-word-since-ask",
"version": "town-learn-street-computer-challenge"
}
]
}
}