获取碳排放趋势。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
POST /api/v1/carbon/emission/analysis/trend HTTP/1.1
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
body | object | 否 | 请求参数 | |
code | string | 是 | 企业 code | C-20240119-1 |
yearList | array | 是 | 盘查年份列表 | |
integer | 是 | 盘查年份 | 2024 | |
moduleType | integer | 否 | 模块类型 | 3 |
moduleCode | string | 否 | 模块代码 | carbonInventory.check.scope_1_direct_ghg_emissions |
trendType | integer | 是 | 趋势类型 | 0 |
返回参数
示例
正常返回示例
JSON
格式
{
"requestId": "9bc20a5a-b26b-4c28-922a-7cd10b61f96f",
"data": {
"targetEmissionList": [
{
"year": "2024",
"items": [
{
"year": "2024",
"month": 10,
"carbonEmissionData": 20.22
}
]
}
],
"actualEmissionList": [
{
"year": "2024",
"items": [
{
"year": "2024",
"month": 11,
"carbonEmissionData": 20.22
}
]
}
]
}
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-04-03 | OpenAPI 返回结构发生变更 | 查看变更详情 |