GET /position
Get Positions
Search inventory positions.
Returns all positions matching the given search filters. Positions are nodes
in the warehouse location graph (stored in the Position collection); results
exclude logically deleted positions unless search matches their code.
Emits: (direct query — no event class)
Required scope: inventory:position:read
Authorizations
password Flow
"/api/auth""admin"User can access and edit users and system settings"library"User can access and edit products"production"User can access and edit production plans"operator"User can access the operator panel and make production declarations
Parameters
Query Parameters
Wildcard search against position code.
"WAREHOUSE-A*"Filter to positions with these specific keys.
"12345""67890"Return only positions that currently contain at least one unit of these products.
"product/67890"Return only positions containing products whose code matches any of the given values.
"PROD-001"Filter to positions that are children of this position key in the hierarchy.
"IN"Filter to positions that contain this child position key.
"12345"If True, return only fixed (non-mobile) positions.
falsefalseMaximum number of results to return.
200200Number of results to skip for pagination.
00Responses
Successful Response