This interface is used to obtain the details category of a data item.
Operation description
- obtain data item detail list under the current enterprise.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /api/v1/carbon/emission/data/item/list HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
body | object | No | Request parameters. | |
code | string | Yes | The enterprise code. | C-202302-01 |
Response parameters
Examples
Sample success responses
JSON
format
{
"requestId": "83A5A7DD-8974-5769-952E-590A97BEA34E",
"data": [
{
"unit": "kg",
"period": 1,
"code": "demo_api_code",
"name": "name_bbb"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history