Get lots in storage cell
GET
/storageOverview/rest/v1/cell/get-lots-in-cell
Returns all lots stored in the specified storage cell
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Query Parameters
cellCode*
The storage cell code
Typestring
RequiredResponses
Lots in storage cell
application/json
JSON
{
"cellName": "string",
"cellCode": "string",
"currentContainers": 0,
"maxContainers": 0,
"lots": [
{
}
]
}