List Assemblies
GET/api/assemblies
Returns a paginated list of inventory assemblies. Supports pagination, search, and archive filtering.
Authentication: Requires Bearer token
Response fields:
- id: Assembly ID
- warehouse: Warehouse details {id, name}
- action_date: Date of the assembly/disassembly action
- action: 'assemble' or 'disassemble'
- items: Assembly lines with product details
- created_at: Creation timestamp
- archived_at: Archive timestamp (null if not archived)
Request
Responses
- 200
Successful response