Skip to content

Get lot storage overview

POST
/grading/rest/v1/storage/lot-storage-overview

Returns paginated lot storage overview

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"search": "apple",
"locationId": 1,
"page": 1,
"pageSize": 50
}

Responses

Paginated lot storage data

application/json
JSON
{
"data": [
{
"id": 0,
"lotNumber": "string",
"articleName": "string",
"quantity": 0,
"unit": "string",
"storageLocation": "string",
"gradingStatus": "string"
}
],
"totalCount": 0,
"page": 0,
"pageSize": 0
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev-master Version: dev-master
Commit: cb3eefe4
Deployed at: 2025-12-04T11:09:49Z