{
"size": 10,
"lastId": "string",
"lciaDatasetId": "string",
"method": "string",
"category": "string",
"indicator": "string"
}
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"
}'
{
"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
}