Inventory
Inventarieri.
Filters on list endpoints are URL path segments, not query strings —
see Conventions.
The Swagger tester
works best for JSON body endpoints.
GET
/inventory/list/
List inventories (inventarieri)
Returns a paginated list of inventory documents.
Standard filters: year, yearmonth, yearmonthday, date, modifiedafter, modifiedthrough, id, minid, page.
Responses
| Status | Description |
|---|---|
200 |
OK — response uses the shared envelope. |
GET
/inventory/view/{inventory_id}/
View inventory contents
Returns the stock rows scoped to a single inventory document (workpoint and, if set, sub-management).
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
inventory_id |
path | integer | yes |
Responses
| Status | Description |
|---|---|
200 |
OK — response uses the shared envelope. |
400 |
Request is malformed or a required field is missing / invalid. |
404 |
The requested resource does not exist. |
This page is generated from openapi.json.