- CALC API
- LCI API
- LCIA API
- METHOD API
- AICHAT(TEMP)
- CHROMA
获取所有LCI数据集
开发环境
http://localhost:9000
开发环境
http://localhost:9000
GET
/lci/dataset
生命周期清单
Request
None
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 GET 'http://localhost:9000/lci/dataset'
Responses
🟢200成功
application/json
Body
code
integer
optional
message
string
optional
data
array[object (LciDatasetResponse) {5}]
optional
id
string
optional
lciName
string
optional
lciCode
string
optional
createTime
string <date-time>
optional
updateTime
string <date-time>
optional
timestamp
integer <int64>
optional
Example
{
"code": 0,
"message": "string",
"data": [
{
"id": "string",
"lciName": "string",
"lciCode": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"timestamp": 0
}
Modified at 2025-03-13 01:54:09