Skip to content

GET /position/

Get Position Details

GET
/position/{position_key}

Fetch detailed data for a single position.

Returns the position document plus its current inventory contents. Raises 404
if no position with position_key exists in the Position collection.

Emits: (direct query — no event class)
Required scope: inventory:position:read

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "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

Path Parameters

position_key*
Type
string
Required

Query Parameters

search

Responses

Successful Response

application/json
JSON
{
  
"additionalProperties": "string"
}

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.