Skip to content
IScan Documentation
Main Navigation
Guide
Technische Dokumentation
Appearance
Menu
Return to top
Get all storage cells
GET
/storageOverview/rest/v1/cell/get-cells
Returns all storage cells with their details
Authorizations
bearerAuth
Type
HTTP (bearer)
Responses
200
404
List of storage cells
Content-Type
application/json
Schema
JSON
JSON
[
{
"id"
:
0
,
"cellCode"
:
"string"
,
"description"
:
"string"
,
"capacity"
:
0
,
"occupied"
:
0
,
"available"
:
0
}
]
GET
/storageOverview/rest/v1/cell/get-cells
Playground
Authorization
bearerAuth
Try it out
Samples
Powered by
VitePress OpenAPI