Retrieves all commodities with their ENERGY STAR meter type mappings
Use this endpoint to view how system commodities map to ENERGY STAR Portfolio Manager meter types.
These mappings control how billing data is categorized when submitted to ENERGY STAR.
Requires Buildings and Organizations View permission.
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Responses
200
OK
The request succeeded and the response body contains the requested data.
Response Body Parameters
Array of:
EnergyStarCommodityMeterTypeMapping
| Property | Description | Type | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| commodityCode | The commodity code | string | ||||||||||||||||||||||||
| commodityIcon | Icon | |||||||||||||||||||||||||
|
Icon properties
|
||||||||||||||||||||||||||
| commodityId | The commodity identifier | integer (int32) | ||||||||||||||||||||||||
| commodityInfo | The commodity info | string | ||||||||||||||||||||||||
| portfolioManagerCommodityMapping | EnergyStarCommodityMeterTypeMappingChild | |||||||||||||||||||||||||
|
EnergyStarCommodityMeterTypeMappingChild properties
|
||||||||||||||||||||||||||
| submissionUnit | UnitChild | |||||||||||||||||||||||||
|
UnitChild properties
|
||||||||||||||||||||||||||
Example Response
[
{ "commodityCode": "string", "commodityIcon": { "code": "string", "color": "string"
}, "commodityId": 1, "commodityInfo": "string", "portfolioManagerCommodityMapping": { "isDelivery": false, "pmUnitCode": "string", "suportedPmCommoditiesWithDefault": []
}, "submissionUnit": { "unitCode": "string", "unitId": 1, "unitInfo": "string"
}
}
]