排出ソースの混合ストリームを取得します。
操作説明
Returns the carbon emission details for an organization across various emission source types and facilities. The data is structured as a three-level tree. To call this operation, provide the following parameters:
-
The unique identifier of the enterprise.
-
The year for which carbon emissions are calculated.
-
The type of statistical module.
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
energy:GetEmissionSourceConstitute |
none |
*All Resource
|
なし | なし |
リクエスト構文
POST /api/v1/carbon/emission/analysis/constitute HTTP/1.1
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| body |
object |
任意 |
リクエストパラメーター。 |
|
| code |
string |
必須 |
The enterprise code. |
C-20240119-1 |
| year |
integer |
必須 |
The inventory year. |
2024 |
| moduleType |
integer |
必須 |
The module type. |
3 |
| moduleCode |
string |
任意 |
The module code. |
carbonInventory.check.scope_1_direct_ghg_emissions |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
Schema of Response |
||
| data |
array |
The returned data. |
|
| ConstituteItem |
A list of composition analysis details. |
||
| requestId |
string |
Id of the request |
83A5A7DD-8974-5769-952E-590A97BEA34E |
例
成功レスポンス
JSONJSON
{
"data": [
{
"enterpriseName": "企业1",
"rawData": 1.2,
"carbonEmissionData": 3.222,
"ratio": 0.5,
"nameKey": "carbonInventory.check.indirect_emissions_from_imported_electricity",
"name": "电力",
"emissionSourceKey": "carbonInventory.check.by_electricity_properties/carbonInventory.check.wind_electricity/carbonInventory.check.gec",
"emissionSource": "GEC",
"dataUnit": "kWh",
"envGasEmissions": [
{
"type": "1",
"name": "CO₂",
"gasEmissionData": 4.33,
"carbonEmissionData": 1.2
}
],
"subConstituteItems": [
{
"enterpriseName": "企业1",
"rawData": 1.2,
"carbonEmissionData": 3.222,
"ratio": 0.5,
"nameKey": "carbonInventory.check.indirect_emissions_from_imported_electricity",
"name": "电力",
"emissionSourceKey": "carbonInventory.check.by_electricity_properties/carbonInventory.check.wind_electricity/carbonInventory.check.gec",
"emissionSource": "GEC",
"dataUnit": "kWh",
"envGasEmissions": [
{
"type": "1",
"name": "CO₂",
"gasEmissionData": 4.33,
"carbonEmissionData": 1.2
}
],
"subConstituteItems": [
{
"enterpriseName": "企业1",
"rawData": 1.2,
"carbonEmissionData": 3.222,
"ratio": 0.5,
"nameKey": "carbonInventory.check.indirect_emissions_from_imported_electricity",
"name": "电力",
"emissionSourceKey": "carbonInventory.check.by_electricity_properties/carbonInventory.check.wind_electricity/carbonInventory.check.gec",
"emissionSource": "GEC",
"dataUnit": "kWh",
"envGasEmissions": [
{
"type": "1",
"name": "CO₂",
"gasEmissionData": 4.33,
"carbonEmissionData": 1.2
}
],
"subConstituteItems": []
}
]
}
]
}
],
"requestId": "83A5A7DD-8974-5769-952E-590A97BEA34E"
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。