- CALC API
- LCI API
- LCIA API
- METHOD API
- AICHAT(TEMP)
- CHROMA
分片查询LCIA数据
开发环境
http://localhost:9000
开发环境
http://localhost:9000
POST
/lcia/slice
生命周期影响评价
Request
Body Params application/json
size
integer
optional
Default:
10
lastId
string
optional
lciaDatasetId
string
optional
method
string
optional
category
string
optional
indicator
string
optional
Example
{
"size": 10,
"lastId": "string",
"lciaDatasetId": "string",
"method": "string",
"category": "string",
"indicator": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:9000/lcia/slice' \
--header 'Content-Type: application/json' \
--data-raw '{
"size": 10,
"lastId": "string",
"lciaDatasetId": "string",
"method": "string",
"category": "string",
"indicator": "string"
}'
Responses
🟢200成功
application/json
Body
code
integer
required
message
string
required
data
object
required
content
array [object {9}]
required
hasNext
boolean
required
lastId
string
required
timestamp
integer
required
Example
{
"code": 200,
"message": "success",
"data": {
"content": [
{
"lciaDataId": "67d23d0b29439935c83f46e4",
"lciaDatasetId": "67d23cec29439935c83f46e3",
"method": "CML v4.8 2016 no LT",
"category": "acidification no LT",
"indicator": "acidification (incl. fate, average Europe total, A&B) no LT",
"exchangeName": "Ammonia",
"compartment": "air",
"subcompartment": "lower stratosphere + upper troposphere",
"cf": 1.6
},
{
"lciaDataId": "67d23d0b29439935c83f46e6",
"lciaDatasetId": "67d23cec29439935c83f46e3",
"method": "CML v4.8 2016 no LT",
"category": "acidification no LT",
"indicator": "acidification (incl. fate, average Europe total, A&B) no LT",
"exchangeName": "Ammonia",
"compartment": "air",
"subcompartment": "unspecified",
"cf": 1.6
}
],
"hasNext": true,
"lastId": "67d23d0b29439935c83f46e6"
},
"timestamp": 1741853418232
}
Modified at 2025-03-13 07:38:40