This Choreo returns a list of Property Keys based on a specified search criteria. The documentation for this Genability resource can be found here.
Below is an example of acceptable inputs:
AppID: {YOUR API ID}
AppKey: {YOUR APP KEY}
EntityID: 734
EntityType: LSE
The following is a sample of the JSON information returned by this Choreo:
{
"status": "success",
"count": 65,
"type": "PropertyKey",
"results": [
{
"keyName": "734formula1",
"displayName": "CRL Determined Tiers",
"family": "tariff",
"keyspace": "electricity",
"description": "Tier limits determined by the Capacity Reservation Level elected by the customer. The default value for Capacity Reservation Level is 50% of peak annual demand.",
"dataType": "FORMULA",
"formulaDetail": "#capacityReservationLevel * #tariffRateBand.consumptionUpperLimit",
"entityType": "LSE",
"entityId": 734
},
{
"keyName": "734formula10",
"displayName": "Capacity Reservation Deficit",
"family": "tariff",
"keyspace": "electricity",
"description": "Participants must pay the generation portion of the demand charge if the measured peak demand in a given summer bill period is less than the capacity they reserved",
"dataType": "FORMULA",
"formulaDetail": "#capacityReservationLevel - #demand",
"entityType": "LSE",
"entityId": 734
},
{
"keyName": "734formula11",
"displayName": "Capacity Reservation Deficit",
"family": "tariff",
"keyspace": "electricity",
"description": "Participants must pay the generation portion of the demand charge if the measured peak demand in a given summer bill period is less than the capacity they reserved",
"dataType": "FORMULA",
"formulaDetail": "#capacityReservationLevel - #demand",
"entityType": "LSE",
"entityId": 734
},
{
"keyName": "734formula12",
"displayName": "Formula for LSE 734",
"family": "tariff",
"keyspace": "electricity",
"description": "This is a specific formula for this LSE.",
"dataType": "FORMULA",
"formulaDetail": "formula placeholder",
"entityType": "LSE",
"entityId": 734
},
{
"keyName": "734formula13",
"displayName": "Capacity Reservation Deficit",
"family": "tariff",
"keyspace": "electricity",
"description": "Participants must pay the generation portion of the demand charge if the measured peak demand in a given summer bill period is less than the capacity they reserved",
"dataType": "FORMULA",
"formulaDetail": "#capacityReservationLevel - #demand",
"entityType": "LSE",
"entityId": 734
},
{
"keyName": "734formula14",
"displayName": "Usage above CRL",
"family": "tariff",
"keyspace": "electricity",
"description": "Credits are applied to usage above reservation capacity on PDP event days",
"dataType": "FORMULA",
"formulaDetail": "#demand - #capacityReservationLevel",
"entityType": "LSE",
"entityId": 734
},
{
"keyName": "734formula15",
"displayName": "Formula for LSE 734",
"family": "tariff",
"keyspace": "electricity",
"description": "This is a specific formula for this LSE.",
"dataType": "FORMULA",
"formulaDetail": "formula placeholder",
"entityType": "LSE",
"entityId": 734
}
]
}