Skip to content

Get locations

GET
/goodsReception/rest/v2/locations

Returns filtered list of locations with storage cell joins

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Query Parameters

filter

Filter criteria

Typestring

Responses

Filtered locations

application/json
JSON
[
{
"id": 0,
"locationNumber": "string",
"name": "string",
"description": "string",
"address": "string",
"storageCells": [
{
"id": 0,
"cellCode": "string",
"description": "string",
"capacity": 0,
"occupied": 0,
"available": 0
}
],
"active": true
}
]

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0