The admin items endpoint returns the same data as the publicDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/AndresLopezCorrales/Goods-Inventory/llms.txt
Use this file to discover all available pages before exploring further.
/api/items/{id} endpoint but requires a valid JWT token. It is used by the admin location-detail view to display the full inventory list for a selected location.
Request
- Method: GET
- Path:
/api/admin/items/{ubicacionId} - Auth: Bearer JWT
Path Parameters
The
id_location primary key of the target storage location.Request Example
Response
200 — Success
Summary details of the requested location.
List of inventory items stored at this location. Returns an empty array
[] when no items are recorded.