Request
Body Params application/json
{
"datasetIds": [
"string"
],
"names": [
"string"
],
"limit": 0
}
Request Code Samples
curl --location --request POST 'http://localhost:9000/lci/similarity' \
--header 'Content-Type: application/json' \
--data-raw '{
"datasetIds": [
"string"
],
"names": [
"string"
],
"limit": 0
}'
Responses
application/json {
"code": 0,
"message": "string",
"data": [
{
"input": "string",
"lciQryResult": [
{
"lciDataId": "string",
"datasetId": "string",
"uuid": null,
"activityName": "string",
"geography": "string",
"referenceProductName": "string",
"referenceUnit": "string",
"referenceProductAmount": null
}
]
}
],
"timestamp": 0
}
Modified at 2025-03-25 07:12:20