Skip to content

GET /movement/latest-products

Get Recent Movement Products

GET
/movement/latest-products

Return recently moved products for a user.

Queries the movement collection for the most recently moved products,
optionally filtered by user and movement type. Used to pre-populate product
selectors in the warehouse receiving and transfer UIs.

Emits: (direct query — no event class)
Required scope: inventory:movement: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

Query Parameters

user_key
type
limit
Default
10

Responses

Successful Response

application/json
JSON
[
  
{
  
  
"_key": "prod-001",
  
  
"code": "PROD-A-001",
  
  
"description": "Aluminium bracket, anodised black, 50x30mm",
  
  
"active": true,
  
  
"image": false,
  
  
"tags": [
  
  
  
{
  
  
  
  
"_id": "string",
  
  
  
  
"_key": "string",
  
  
  
  
"_rev": "string",
  
  
  
  
"name": "Urgent",
  
  
  
  
"description": "Flag items that require immediate attention.",
  
  
  
  
"color": "#E53935"
  
  
  
}
  
  
],
  
  
"counter_key": "counter-001",
  
  
"traceability_level": "form_only",
  
  
"manage_inventory": false,
  
  
"allow_negative_inventory": false,
  
  
"serial_code_on_creation": false
  
}
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.