Get the ghg meter factors
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. |
Path Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| meterId | The meter identifier for ghg factors are being retrieved | integer (int32) | Required |
Responses
200
OK
The request succeeded and the response body contains the requested data.
Response Body Parameters
Array of:
GHGFactorsResponse
| Property | Description | Type | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| commodity | CommodityChild | ||||||||||||||||||||||||||||
|
CommodityChild properties
|
|||||||||||||||||||||||||||||
| commodityUnit | UnitChild | ||||||||||||||||||||||||||||
|
UnitChild properties
|
|||||||||||||||||||||||||||||
| description | The description | string | |||||||||||||||||||||||||||
| endDate | The end date | string (date-time) | |||||||||||||||||||||||||||
| ghgCO2Factor | The ghg CO2 factor | number (double) | |||||||||||||||||||||||||||
| ghgFactor | The ghg factor | number (double) | |||||||||||||||||||||||||||
| ghgFactorId | The identifier for ghg factor | integer (int32) | |||||||||||||||||||||||||||
| ghgType | GHGTypeChild | ||||||||||||||||||||||||||||
|
GHGTypeChild properties
|
|||||||||||||||||||||||||||||
| ghgUnit | UnitChild | ||||||||||||||||||||||||||||
|
UnitChild properties
|
|||||||||||||||||||||||||||||
| memo | The notes | string | |||||||||||||||||||||||||||
| startDate | The start date | string (date-time) | |||||||||||||||||||||||||||
Example Response
[
{ "commodity": { "commodityCode": "string", "commodityIcon": {}, "commodityId": 1, "commodityInfo": "string"
}, "commodityUnit": { "unitCode": "string", "unitId": 1, "unitInfo": "string"
}, "description": "string", "endDate": "2026-03-30", "ghgCO2Factor": 1.0, "ghgFactor": 1.0, "ghgFactorId": 1, "ghgType": { "ghgTypeCode": "string", "ghgTypeId": 1, "ghgTypeInfo": "string"
}, "ghgUnit": { "unitCode": "string", "unitId": 1, "unitInfo": "string"
}, "memo": "string", "startDate": "2026-03-30"
}
]