{
"lastId": 1,
"size": 10,
"datasetId": "string",
"uuid": "string",
"activityName": "string",
"geography": "string",
"referenceProductName": "string"
}curl --location --request POST 'http://localhost:9000/lci/slice' \
--header 'Content-Type: application/json' \
--data-raw '{
"lastId": 1,
"size": 10,
"datasetId": "string",
"uuid": "string",
"activityName": "string",
"geography": "string",
"referenceProductName": "string"
}'{
"code": 200,
"message": "success",
"data": {
"content": [
{
"lciDataId": "67d233357d66372e0af5e594",
"dataSetId": "67d233157d66372e0af5e593",
"uuid": "4cbdb257-8347-5dff-8abb-147a4c7e52f9_807906d0-f3cb-4a7c-a528-ae497a61bf12",
"activityName": "1,1-difluoroethane production",
"geography": "RoW",
"referenceProductName": "1,1-difluoroethane",
"referenceUnit": "kg",
"referenceProductAmount": 1
},
{
"lciDataId": "67d233357d66372e0af5e595",
"dataSetId": "67d233157d66372e0af5e593",
"uuid": "bcb3c411-22db-564c-9b1a-887380b0b7df_807906d0-f3cb-4a7c-a528-ae497a61bf12",
"activityName": "1,1-difluoroethane production",
"geography": "US",
"referenceProductName": "1,1-difluoroethane",
"referenceUnit": "kg",
"referenceProductAmount": 1
}
],
"hasNext": true,
"lastId": "67d233357d66372e0af5e595"
},
"timestamp": 1741853337116
}