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-feature/docs_docker_image Version: dev-feature/docs_docker_image
Commit: 676e4afe
Deployed at: 2026-01-09T12:13:36Z